|
@ -11,9 +11,10 @@ then |
|
|
exit |
|
|
exit |
|
|
fi |
|
|
fi |
|
|
echo -e "Welcome to the TigerOS post install script.\n |
|
|
echo -e "Welcome to the TigerOS post install script.\n |
|
|
This script will walk you through initial configuration if TigerOS including installing a set of packages used for classes in your major." |
|
|
|
|
|
|
|
|
This script will walk you through initial configuration of TigerOS including installing a set of packages used for classes in your major." |
|
|
echo -e "\n" |
|
|
echo -e "\n" |
|
|
sleep 5; |
|
|
sleep 5; |
|
|
|
|
|
systemctl mask tigeros-setup.service |
|
|
bash /usr/local/bin/enablerpmfusion |
|
|
bash /usr/local/bin/enablerpmfusion |
|
|
PS3='Please enter your major: ' |
|
|
PS3='Please enter your major: ' |
|
|
options=("CS" "IT/WMC" "NSSA/CIT" "SE" "Quit") |
|
|
options=("CS" "IT/WMC" "NSSA/CIT" "SE" "Quit") |
|
|