mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-02-06 05:52:09 +00:00
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tar xvfz elilo-3.14-source.tar.gz
|
|
cd elilo
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage -uc -us
|
|
cd -
|
|
rm -rf elilo
|