Update update.sh

This commit is contained in:
Esteban Mackay Q 2023-02-10 17:30:11 -05:00 committed by GitHub
parent e503ba12e5
commit a77c764e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ sudo nano /opt/rules.txt ;;
3)
sudo nano /opt/extra-1.sh && chmod +x /opt/extra* ;;
4)
wget https://raw.githubusercontent.com/hp3icc/Easy-FreeDMR-SERVER-Install/main/fdmr-update.sh -O /opt/fdmr-update.sh && chmod +x /opt/fdmr-update.sh && ./opt/fdmr-update.sh ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/Easy-FreeDMR-SERVER-Install/main/fdmr-update.sh)" ;;
5)
break;
esac
@ -88,7 +88,7 @@ case $choix in
1)
sudo nano /opt/extra-2.sh && chmod +x /opt/extra* ;;
2)
wget https://raw.githubusercontent.com/hp3icc/Easy-FreeDMR-SERVER-Install/main/selfservice-update.sh -O /opt/selfservice-update.sh && chmod +x /opt/selfservice-update.sh && ./opt/selfservice-update.sh ;;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/Easy-FreeDMR-SERVER-Install/main/selfservice-update.sh)" ;;
3)
break;
esac