Install fan controller
This commit is contained in:
parent
b04d761a16
commit
119a3ca203
|
@ -23,6 +23,15 @@ sudo apt-get -y upgrade
|
||||||
|
|
||||||
# Install some necessary tools
|
# Install some necessary tools
|
||||||
sudo apt-get -y install network-manager tmux
|
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
|
# Regenerate MAC Address for RockPro64
|
||||||
. /usr/lib/armbian/armbian-common
|
. /usr/lib/armbian/armbian-common
|
||||||
|
|
Loading…
Reference in New Issue
Block a user