From 5c4fbd38d71e63c06ae7150467f9f8c48c85dc19 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Sat, 3 Jun 2023 11:21:21 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d6c4f4e..109993a 100644 --- a/install.sh +++ b/install.sh @@ -727,7 +727,7 @@ ExecStart=/usr/bin/python3 /opt/FreeDMR/hotspot_proxy_v2.py -c /opt/FreeDMR/prox WantedBy=multi-user.target EOF ######### -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)" ######### sudo cat > /lib/systemd/system/freedmr.service <<- "EOF" [Unit] @@ -878,7 +878,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