merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 23b76e28e1
commit 0ea44595de

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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.