mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-02-16 10:38:22 +00:00
9 lines
132 B
Bash
9 lines
132 B
Bash
#!/bin/bash
|
|
|
|
tar xvfz conserver-8.1.16.tar.gz
|
|
cd conserver-8.1.16
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage
|
|
cd -
|
|
rm -rf conserver-8.1.16
|