mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
9 lines
115 B
Bash
9 lines
115 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tar xvfj gpxe-1.0.1.tar.bz2
|
||
|
cd gpxe-1.0.1
|
||
|
cp -rL ../debian .
|
||
|
dpkg-buildpackage
|
||
|
cd -
|
||
|
rm -rf gpxe-1.0.1
|