Update update.sh

This commit is contained in:
Esteban Mackay Q 2023-12-16 21:19:32 -05:00
parent a7fa88056d
commit 1895bdef0f
1 changed files with 2 additions and 1 deletions

View File

@ -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