diff --git a/packages/tigeros-bookmarks-1.0.0-2.fc25.src.rpm b/packages/tigeros-bookmarks-1.0.0-2.fc25.src.rpm new file mode 100644 index 0000000..c47e154 Binary files /dev/null and b/packages/tigeros-bookmarks-1.0.0-2.fc25.src.rpm differ diff --git a/scripts/enablerpmfusion.sh b/scripts/enablerpmfusion similarity index 89% rename from scripts/enablerpmfusion.sh rename to scripts/enablerpmfusion index 49e1b21..4d3f5b4 100644 --- a/scripts/enablerpmfusion.sh +++ b/scripts/enablerpmfusion @@ -8,7 +8,7 @@ then echo "Please run this script as root ( $@$0)." exit fi -echo "This script will enable the RPMFusion repositories for nonfree or patent encumbered software. Due to the legal implications of shipping non-free or patent encumbered technology, we cannot enable these packages by default. Long story short, if you want to do things like like listen to mp3, or watch youtube videos in your browser, you will probably need to enable these options. You may enable these options at any time by running the sudo enablerpmfusion in a terminal." +echo "This script will enable the RPMFusion repositories for nonfree or patent encumbered software. Due to the legal implications of shipping non-free or patent encumbered technology, we cannot enable these packages by default. Long story short, if you want to do things like like listen to mp3, or watch youtube videos in your browser, you will probably need to enable these options. You may enable these options at any time by running sudo enablerpmfusion in a terminal." while true; do read -p "Do you wish to continue? [y/n] " yn case $yn in diff --git a/scripts/postinstall b/scripts/postinstall index 1f9b19f..49d2daa 100644 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -11,9 +11,10 @@ then exit fi echo -e "Welcome to the TigerOS post install script.\n -This script will install a set of packages used for classes in your major." +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 PS3='Please enter your major: ' options=("CS" "IT/WMC" "NSSA/CIT" "SE" "Quit") select opt in "${options[@]}"