mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 17:41:51 +00:00
8 lines
105 B
Bash
8 lines
105 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tar xvfz debootstrap_1.0.19.tar.gz
|
||
|
cd debootstrap
|
||
|
dpkg-buildpackage
|
||
|
cd -
|
||
|
rm -rf debootstrap
|