Now install and uninstall the theme with 3 simple commands.
This allows you to install and remove without having to mess with the file system!
**Each line is a separate command and should be executed separately**
To execute go to Diagnostics -> Command
Push Execute to run the command
fetch -o /tmp/install-black-nerve.sh http://tomschaefer.org/temp/pfsense/black-nerve/install-black-nerve.sh
chmod 777 /tmp/install-black-nerve.sh
/tmp/install-black-nerve.sh
When you are done installing go to System -> General Setup -> Change The Theme to black-nerve at the bottom of the page!
Now install phpsysinfo for the Temperature stats
To uninstall follow the same instructions but use the below commands:
fetch -o /tmp/remove-black-nerve.sh http://tomschaefer.org/temp/pfsense/black-nerve/remove-black-nerve.sh
chmod 777 /tmp/remove-black-nerve.sh
/tmp/remove-black-nerve.sh
When you are done go to System -> General Setup -> and change the Theme to NerveCenter
Thank you!