From 2e7746fd0d8a7f6556423a64afdf73816c2292ff Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Sun, 12 Feb 2023 12:34:42 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8bf13ea..3e09387 100644 --- a/install.sh +++ b/install.sh @@ -746,6 +746,8 @@ chmod +x /bin/menu ln -s /bin/menu /bin/MENU ############################# sudo systemctl daemon-reload +sudo systemctl start freedmr.service +sudo systemctl enable freedmr.service sudo systemctl start proxy.service sudo systemctl enable proxy.service sudo systemctl start fdmr_mon.service