Create open_media_vault_only

This commit is contained in:
RomanNum3ral 2022-11-08 20:50:31 -05:00 committed by GitHub
commit eb7bbf5fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
open_media_vault_only Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
sudo wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash
sudo apt install -y python
sudo apt install -y pigpio python-pigpio python3-pigpio git
git clone https://github.com/geekworm-com/x735-v2.5
cd x735-v2.5
sudo chmod +X *.sh
sudo bash install.sh
echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
echo "python /home/pi/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc
sudo reboot now