This commit is contained in:
bash
2024-07-29 18:17:04 +00:00
parent 89a60b61e3
commit 47019a73e8
21 changed files with 343 additions and 279 deletions

View File

@@ -8,6 +8,10 @@ echo " ";
if [[ $REPLY =~ ^[Yy]$ ]];
then
sudo chmod +x ${ROOT_DIR}/*.sh
sudo chmod +x ${ROOT_DIR}/helper/*.sh
##########################################################################################
# General dependencies
##########################################################################################