Browse Source

update SRPMs, add symlinks, fix instructions for enablerpmfusion

website
axk4545 7 years ago
parent
commit
24e59c43ea
3 changed files with 4 additions and 1 deletions
  1. BIN
      packages/tigeros-scripts-1.0-1.fc25.src.rpm
  2. +1
    -1
      scripts/enablerpmfusion.sh
  3. +3
    -0
      tigeros.ks

BIN
packages/tigeros-scripts-1.0-1.fc25.src.rpm View File


+ 1
- 1
scripts/enablerpmfusion.sh 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 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

+ 3
- 0
tigeros.ks View File

@ -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 <<EOF
[Desktop Entry]
Version=1.0

Loading…
Cancel
Save