mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-02-11 00:03:38 +00:00
9 lines
132 B
Bash
9 lines
132 B
Bash
#!/bin/bash
|
|
|
|
tar xvfj syslinux-3.86.tar.bz2
|
|
cd syslinux-3.86
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage -uc -us
|
|
cd -
|
|
rm -rf syslinux-3.86
|