Added acpi_call module

This commit is contained in:
dbroqua 2019-04-04 19:53:01 +02:00
parent a185fc24b1
commit e2141ba649

View File

@ -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"