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