2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 01:21:44 +00:00
xcat-dep/debootstrap/make_deb.sh
2012-04-07 19:35:11 +00:00

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