Update open_media_vault_only.sh
This commit is contained in:
parent
f48d541601
commit
24dfb3a09f
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get update
|
sudo apt-get update && sudo apt-get upgrade -y
|
||||||
sudo dpkg --clear-avail
|
|
||||||
sudo apt-get update
|
|
||||||
sudo wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash
|
|
||||||
sudo apt install -y python
|
sudo apt install -y python
|
||||||
sudo apt install -y pigpio python-pigpio python3-pigpio git
|
sudo apt install -y pigpio python-pigpio python3-pigpio git
|
||||||
git clone https://github.com/geekworm-com/x735-v2.5
|
git clone https://github.com/geekworm-com/x735-v2.5
|
||||||
|
@ -11,4 +8,4 @@ sudo chmod +X *.sh
|
||||||
sudo bash install.sh
|
sudo bash install.sh
|
||||||
echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
|
echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
|
||||||
echo "python /home/pi/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc
|
echo "python /home/pi/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc
|
||||||
sudo reboot now
|
sudo wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash
|
||||||
|
|
Loading…
Reference in New Issue