diff --git a/README.md b/README.md index 6bb78e2..4ffa85c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ into your ssh terminal copy and paste the following link : apt-get update apt-get install curl sudo -y sudo su - bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/install.sh)" + bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/easy-fdmr.sh)" # diff --git a/easy-fdmr.sh b/easy-fdmr.sh new file mode 100644 index 0000000..0f7f5a2 --- /dev/null +++ b/easy-fdmr.sh @@ -0,0 +1,13 @@ +#!/bin/sh +bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/install.sh)" +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 +sudo systemctl enable fdmr_mon.service +sudo systemctl start fdmrparrot.service +sudo systemctl enable fdmrparrot.service +sudo systemctl start http.server-fdmr.service +sudo systemctl enable http.server-fdmr.service +menu-fdmr \ No newline at end of file diff --git a/install.sh b/install.sh index 0dea35c..e4ae051 100644 --- a/install.sh +++ b/install.sh @@ -1016,14 +1016,4 @@ WantedBy=multi-user.target EOF ############################# 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 -sudo systemctl enable fdmr_mon.service -sudo systemctl start fdmrparrot.service -sudo systemctl enable fdmrparrot.service -sudo systemctl start http.server-fdmr.service -sudo systemctl enable http.server-fdmr.service -menu-fdmr +