From 21d9dbe779a27c4f663ba13df6969b2ff4a21cb5 Mon Sep 17 00:00:00 2001 From: hp3icc <49044505+hp3icc@users.noreply.github.com> Date: Thu, 23 Jun 2022 20:20:34 -0500 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a1f3af0..4e8fe5a 100644 --- a/update.sh +++ b/update.sh @@ -50,7 +50,7 @@ case $choix in 1) sudo nano /opt/extra-2.sh && chmod +x /opt/extra* ;; 2) -sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/selfservice-update.sh)" ;; +sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/Easy-FreeDMR-SERVER-Install/main/selfservice-update.sh)" ;; 3) break; esac