This is a small script written in bash which install all kexts present in a directory.
You can download it with wget or curl and extract with your zip-compatible software or extract in terminal with
unzip *.zip
Let’s download the software with wget command:
wget -c http://marchrius.altervista.org/scripts/KextsInstall_1.0b1.zip
or with curl command:
curl -O http://marchrius.altervista.org/scripts/KextsInstall_1.0b1.zip
Extract it with:
unzip KextsInstall_1.0b1.zip
And install (require a root access and is optional) with:
chmod a+x KextInstall/KextInstall sudo cp KextsInstall/KextsInstall /usr/bin
How to use tool:sudo KexsInstall
LICENSE:
KernelInstall by Matteo Gaggiano is licensed under a Creative Commons Attribuzione – Non commerciale – Condividi allo stesso modo 3.0 Unported License.
Based on a work at https://blog.marchrius.org.
Permissions beyond the scope of this license may be available at https://blog.marchrius.org.
Devi accedere per postare un commento.