From 42394183d1667d4b8e80e8236bbac7154c1de6ff Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 29 Jul 2025 07:53:34 +0000 Subject: [PATCH] Update launch install in script --- setup/create-user.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup/create-user.sh b/setup/create-user.sh index 33d0e87..b72f825 100644 --- a/setup/create-user.sh +++ b/setup/create-user.sh @@ -96,4 +96,10 @@ else echo "$APXTRI_USER:$DEFAULT_PASSWORD" | sudo chpasswd fi -sudo -u $APXTRI_USER bash -c "cd ~" \ No newline at end of file +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 +"