Update update.sh

merge-requests/1/head
RaspbianProyect by HP3ICC 3 years ago
parent 17187007cb
commit 64e372c991

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

Loading…
Cancel
Save

Powered by TurnKey Linux.