Install fan controller

This commit is contained in:
Taylor Helsper 2020-02-05 18:01:44 -06:00 committed by GitHub
parent b04d761a16
commit 119a3ca203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,15 @@ sudo apt-get -y upgrade
# Install some necessary tools
sudo apt-get -y install network-manager tmux
sudo apt-get -y install lua5.3 lua5.3-dev gcc make git
# Install fan controller
git clone https://github.com/tuxd3v/ats.git
cd ats
make
sudo make install
cd ../
rm -rf ats
# Regenerate MAC Address for RockPro64
. /usr/lib/armbian/armbian-common
@ -38,4 +47,4 @@ sync
######################
### MAKE IMAGE NOW ###
######################
######################