From 1895bdef0f301b667d0d2dc1392b9b3e46fbdb87 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Sat, 16 Dec 2023 21:19:32 -0500 Subject: [PATCH] Update update.sh --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 8fb0a8f..eaea257 100644 --- a/update.sh +++ b/update.sh @@ -68,7 +68,8 @@ else fi case $choix in 1) -bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/DVSMU/-/raw/main/emq-dvsmu.sh)" ;; +bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/DVSMU/-/raw/main/emq-dvsmu.sh)" + ;; 2) if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then apt-get update