mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
7e417e827d
Former-commit-id: 99b2aa2b95eef44513c1840c8fc7b0a30c5a47c1
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
|