mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
ea264be2dd
Former-commit-id: 1383327881680a42c07f373c7dfe8ca3aef8aeca
9 lines
129 B
Bash
Executable File
9 lines
129 B
Bash
Executable File
#!/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
|