Browse Source

Uncommented running the enablerfusion script.

website
Tim Zabel 7 years ago
parent
commit
740a7d8695
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/postinstall

+ 1
- 1
scripts/postinstall View File

@ -15,7 +15,7 @@ echo -e "Welcome to the TigerOS post install script.\n
This script will walk you through initial configuration of TigerOS including installing a set of packages used for classes in your major."
echo
find /home -name "tigeros-postinstall.desktop" -exec rm {} + 2>/dev/null
#bash /usr/local/bin/enablerpmfusion
bash /usr/local/bin/enablerpmfusion
PS3='Please enter a number: '
options=("CS" "IT/WMC" "NSSA/CIT" "SE" "Quit")
select opt in "${options[@]}"

Loading…
Cancel
Save