Adding
This commit is contained in:
@@ -4,5 +4,16 @@ apt install wget -y && wget -O launch.sh https://gitea.ndda.fr/apxtri/apxtri/raw
|
||||
VERSION USER:
|
||||
sudo apt install wget -y && sudo wget -O launch.sh https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/launch.sh && sudo chmod +x launch.sh && ./launch.sh
|
||||
|
||||
DOWNLOAD SERVICE FILE:
|
||||
TUTO INSTALL SERVICE APXTRI:
|
||||
sudo apt install wget -y && sudo wget https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/apxtri.service
|
||||
mv apxtri.service /etc/systemd/system/
|
||||
systemctl daemon-reload
|
||||
systemctl enable apxtri
|
||||
systemctl start apxtri
|
||||
usermod -aG apxtri ubuntu
|
||||
chgrp -R apxri /opt/apxtowns
|
||||
chmod -R g+rwX /opt/apxtowns
|
||||
|
||||
sudo su ubuntu
|
||||
sudo systemctl status apxtri
|
||||
sudo systemctl restart apxtri
|
Reference in New Issue
Block a user