diff --git a/packages/tigeros-scripts-1.0-1.fc25.src.rpm b/packages/tigeros-scripts-1.0-1.fc25.src.rpm index 76e5b3b..15bd3eb 100644 Binary files a/packages/tigeros-scripts-1.0-1.fc25.src.rpm and b/packages/tigeros-scripts-1.0-1.fc25.src.rpm differ diff --git a/scripts/enablerpmfusion.sh b/scripts/enablerpmfusion.sh index 8212473..288628b 100644 --- a/scripts/enablerpmfusion.sh +++ b/scripts/enablerpmfusion.sh @@ -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 enablerpmfusion.sh script located on your desktop." +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." while true; do read -p "Do you wish to continue? [y/n] " yn case $yn in diff --git a/tigeros.ks b/tigeros.ks index dec5124..e69f063 100644 --- a/tigeros.ks +++ b/tigeros.ks @@ -359,6 +359,9 @@ mkdir -p /usr/share/autostart mkdir -p /usr/local/tigeros/ cd /usr/local/tigeros/ chmod -R 755 /usr/local/tigeros/ +ln -s /usr/local/tigeros/enablerpmfusion.sh /usr/local/bin/enablerpmfusion +ln -s /usr/local/tigeros/postinstall /usr/local/bin/postinstall +ln -s /usr/local/tigeros/removal /usr/local/bin/removal cat > /etc/xdg/autostart/postinstall.desktop <