diff --git a/setup/dl-script.txt b/setup/dl-script.txt new file mode 100644 index 0000000..bdd2def --- /dev/null +++ b/setup/dl-script.txt @@ -0,0 +1,4 @@ +Launching Command : +sudo apt install wget -y && sudo wget -O launch.sh https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/launch.sh && chmod +x launch.sh && ./launch.sh + +If you have already an install add "--clean" at the end of the command.