mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
14d3b62849
Former-commit-id: 84b2e7fb657e57263f81020ac343d1c248630805
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
|