diff --git a/update.sh b/update.sh index 8b21de7..c620909 100644 --- a/update.sh +++ b/update.sh @@ -80,7 +80,7 @@ sudo systemctl disable http.server-fdmr.service;; 9) menu-igate ;; 10) -sh -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/update.sh)"; +bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/update.sh)"; esac done exit 0 @@ -92,7 +92,7 @@ if [ -d "/opt/D-APRS" ] then echo "found file" else - sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/D-APRS/main/emq-daprs.sh)" + bash -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/D-APRS/main/emq-daprs.sh)" fi ####