Update launch install in script
This commit is contained in:
@@ -96,4 +96,10 @@ else
|
|||||||
echo "$APXTRI_USER:$DEFAULT_PASSWORD" | sudo chpasswd
|
echo "$APXTRI_USER:$DEFAULT_PASSWORD" | sudo chpasswd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo -u $APXTRI_USER bash -c "cd ~"
|
sudo -u $APXTRI_USER bash -c "
|
||||||
|
cd ~
|
||||||
|
wget https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/install.sh
|
||||||
|
chmod +x install.sh
|
||||||
|
source ~/.bashrc
|
||||||
|
./install.sh
|
||||||
|
"
|
||||||
|
Reference in New Issue
Block a user