mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
9 lines
129 B
Bash
9 lines
129 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tar xvfz ipmitool-1.8.11.tar.gz
|
||
|
cd ipmitool-1.8.11
|
||
|
cp -rL ../debian .
|
||
|
dpkg-buildpackage
|
||
|
cd -
|
||
|
rm -rf ipmitool-1.8.11
|