diff --git a/tigeros.ks b/tigeros.ks index 4c60415..b994744 100644 --- a/tigeros.ks +++ b/tigeros.ks @@ -358,12 +358,13 @@ EOF mkdir -p /usr/share/autostart mkdir -p /usr/local/tigeros/ cd /usr/local/tigeros/ +dnf install subversion svn export https://github.com/RITlug/TigerOS/trunk/scripts/ /usr/local/tigeros/ mv "scripts/*" /usr/local/tigeros/ ln -s /usr/local/enablerpmfusion.sh /usr/share/autostart/enablerpmfusion.sh ln -s /usr/local/tigeros/FusionEnableLauncher.py /usr/share/autostart/FusionEnableLauncher.py ln -s /usr/local/tigeros/postinstall /usr/share/autostart/postinstall - +dnf remove subversion chmod -R 755 /usr/local/tigeros/ restorecon -R /usr/local/tigeros