mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
cf25cb178a
Former-commit-id: 776ae36fb9ca5e83efe61513c0bfa0d873500673
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
|