Added acpi_call module
This commit is contained in:
parent
a185fc24b1
commit
e2141ba649
1 changed files with 10 additions and 0 deletions
10
pkgkernel.sh
10
pkgkernel.sh
|
@ -51,4 +51,14 @@ cd ..
|
|||
# Install new packages
|
||||
dpkg -i ./*${KERNEL}*.deb
|
||||
|
||||
# Update acpi_call
|
||||
git clone git://github.com/teleshoes/acpi_call.git /tmp/acpi_call
|
||||
cd /tmp/acpi_call
|
||||
make
|
||||
make install
|
||||
cd /tmp
|
||||
|
||||
# Clean directories
|
||||
rm -rf /tmp/acpi_call ${DIR}
|
||||
|
||||
echo -e "${GREEN} ALL DONE!\n"
|
||||
|
|
Loading…
Reference in a new issue