Browse Source

fix changelog, add enablerpmfusion to postinstall

website
axk4545 7 years ago
parent
commit
f491776b1a
3 changed files with 3 additions and 2 deletions
  1. BIN
      packages/tigeros-bookmarks-1.0.0-2.fc25.src.rpm
  2. +1
    -1
      scripts/enablerpmfusion
  3. +2
    -1
      scripts/postinstall

BIN
packages/tigeros-bookmarks-1.0.0-2.fc25.src.rpm View File


scripts/enablerpmfusion.sh → scripts/enablerpmfusion View File

@ -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

+ 2
- 1
scripts/postinstall View File

@ -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[@]}"

Loading…
Cancel
Save