From 76319fdeb942da46171e3b65f8fbd7a5783d11f3 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Sat, 29 Apr 2017 22:38:11 -0400 Subject: [PATCH] Updated scripts called within postinstall. --- scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall b/scripts/postinstall index 6b1e774..0a8ff71 100644 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -14,7 +14,7 @@ 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." echo -e "\n" sleep 5; -./usr/local/bin/enablerpmfusion +bash /usr/local/bin/enablerpmfusion PS3='Please enter your major: ' options=("CS" "IT/WMC" "NSSA/CIT" "SE" "Quit") select opt in "${options[@]}"