Browse Source

fix chmod in ks and perms on scripts

website
axk4545 7 years ago
parent
commit
7ace04a832
8 changed files with 1 additions and 1 deletions
  1. +0
    -0
      ci-build.sh
  2. +0
    -0
      scripts/FusionEnableLauncher.py
  3. +0
    -0
      scripts/cs/jflap.sh
  4. +0
    -0
      scripts/enablerpmfusion.sh
  5. +0
    -0
      scripts/postinstall
  6. +0
    -0
      scripts/removal
  7. +0
    -0
      scripts/se/alloy.sh
  8. +1
    -1
      tigeros.ks

+ 0
- 0
ci-build.sh View File


+ 0
- 0
scripts/FusionEnableLauncher.py View File


+ 0
- 0
scripts/cs/jflap.sh View File


+ 0
- 0
scripts/enablerpmfusion.sh View File


+ 0
- 0
scripts/postinstall View File


+ 0
- 0
scripts/removal View File


+ 0
- 0
scripts/se/alloy.sh View File


+ 1
- 1
tigeros.ks View File

@ -369,7 +369,7 @@ ln -s $INSTALL_ROOT/home/liveuser/enablerpmfusion.sh $INSTALL_ROOT/usr/share/aut
ln -s $INSTALL_ROOT/usr/local/tigeros/FusionEnableLauncher.py $INSTALL_ROOT/usr/share/autostart/FusionEnableLauncher.py
ln -s $INSTALL_ROOT/usr/local/tigeros/postinstall $INSTALL_ROOT/usr/share/autostart/postinstall
chmod -R a+rwx $INSTALL_ROOT/usr/local/tigeros/
chmod -R 755 $INSTALL_ROOT/usr/local/tigeros/
# Download and install google chrome
dnf --installroot=$INSTALL_ROOT install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

Loading…
Cancel
Save