mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-02-16 10:38:22 +00:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tar xvfz debootstrap_1.0.19.tar.gz
|
|
cd debootstrap
|
|
dpkg-buildpackage
|
|
cd -
|
|
rm -rf debootstrap
|