Update open_media_vault_only.sh

fixed installation issues --> boolean issue
This commit is contained in:
RomanNum3ral 2023-02-19 12:46:56 -05:00 committed by GitHub
parent ce11ee35bb
commit f48d541601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
sudo apt-get update
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 pigpio python-pigpio python3-pigpio git