Added utility script for full system install

This commit is contained in:
datalore 2024-07-26 20:37:05 +02:00
parent 115f977cd3
commit fcfbbb6f5b

13
system/full.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
./installbasics.sh
./installthemes.sh
./installadditions.sh
if getopts "v" OPTION
then
if [ "$OPTION" = "v" ]
then
./virtualboxsetup.sh
fi
fi