This commit is contained in:
2025-11-12 17:19:04 +01:00
commit 304b807ac2
105 changed files with 4761 additions and 0 deletions

7
install.sh Normal file
View File

@@ -0,0 +1,7 @@
#Exec all bash
echo -e "Installing of packages --------------------------------"
bash packagesNeeded.sh
echo -e "\nLink All Files ----------------------------------------"
bash linkAll.sh
echo -e "\nDone !"