Update 00-open_media_vault_install.sh

This commit is contained in:
RomanNum3ral 2025-07-26 14:55:21 +00:00
parent ed05f37416
commit d482ed0b38
2 changed files with 2 additions and 12 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
sudo wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash

View File

@ -1,12 +0,0 @@
#!/bin/bash
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install -y python3
#sudo apt install -y python-pigpio
sudo apt install -y pigpio python3-pigpio git
git clone https://gitea.fortis-scientia.com/RomanNum3ral/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/anon/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc
sudo wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash