mirror of https://gitlab.com/hp3icc/fdmr.git
parent
23b76e28e1
commit
0ea44595de
@ -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
|
||||||
Loading…
Reference in new issue