Added utility script for full system install
This commit is contained in:
parent
115f977cd3
commit
fcfbbb6f5b
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
|
Loading…
Reference in New Issue
Block a user