Added utility script for full system install
This commit is contained in:
13
system/full.sh
Executable file
13
system/full.sh
Executable 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
|
Reference in New Issue
Block a user