diff --git a/packages/tigeros-scripts-1.0-2.fc26.src.rpm b/packages/tigeros-scripts-1.0-2.fc26.src.rpm deleted file mode 100644 index 779b1ff..0000000 Binary files a/packages/tigeros-scripts-1.0-2.fc26.src.rpm and /dev/null differ diff --git a/packages/tigeros-scripts-1.0-3.fc26.src.rpm b/packages/tigeros-scripts-1.0-3.fc26.src.rpm new file mode 100644 index 0000000..33c65f4 Binary files /dev/null and b/packages/tigeros-scripts-1.0-3.fc26.src.rpm differ diff --git a/scripts/enablerpmfusion b/scripts/enablerpmfusion index 4d3f5b4..2f59b8c 100644 --- a/scripts/enablerpmfusion +++ b/scripts/enablerpmfusion @@ -12,7 +12,7 @@ echo "This script will enable the RPMFusion repositories for nonfree or patent e while true; do read -p "Do you wish to continue? [y/n] " yn case $yn in - [Yy]* ) dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm;; + [Yy]* ) dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && exit;; [Nn]* ) exit;; esac done diff --git a/scripts/postinstall b/scripts/postinstall index 31980b8..6ef1e81 100755 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -33,7 +33,9 @@ This script will install Intellij IDEA, PyCharm, PROLOG, Racket, Logisim and JFL esac done bash /usr/local/bin/cs/idea.sh - dnf copr enable -y phracek/PyCharm; dnf install pycharm-community; + #TODO fix this when copr is stable + #dnf copr enable -y phracek/PyCharm; dnf install pycharm-community; + dnf install https://copr-be.cloud.fedoraproject.org/results/phracek/PyCharm/fedora-25-x86_64/00549395-pycharm-community/pycharm-community-2017.1.2-1.fc25.x86_64.rpm https://copr-be.cloud.fedoraproject.org/results/phracek/PyCharm/fedora-25-x86_64/00549395-pycharm-community/pycharm-community-plugins-2017.1.2-1.fc25.x86_64.rpm # TODO PROLOG wget https://mirror.racket-lang.org/installers/6.8/racket-6.8-x86_64-linux.sh chmod +x racket-6.8-x86_64-linux.sh diff --git a/scripts/tigeros-postinstall.desktop b/scripts/tigeros-postinstall.desktop index 0d15275..b953daf 100644 --- a/scripts/tigeros-postinstall.desktop +++ b/scripts/tigeros-postinstall.desktop @@ -2,6 +2,6 @@ Version=1.0 Type=Application Name=TigerOS postinstall script -Comment=First run post-install configurations -Exec=gnome-terminal -e "sudo /usr/local/bin/postinstall" +Comment=First run post install onfigurations +Exec=gnome-terminal -e "sudo /usr/local/bin/postinstall" Terminal=false diff --git a/tigeros.ks b/tigeros.ks index b7533de..3dfed4b 100644 --- a/tigeros.ks +++ b/tigeros.ks @@ -3,8 +3,10 @@ xconfig --startxonboot # Keyboard layouts keyboard 'us' +# Root password +rootpw --iscrypted --lock locked # Use network installation -url --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch" +url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" # System language lang en_US.UTF-8 # Firewall configuration @@ -244,8 +246,8 @@ fi if [ -n "\$xdriver" ]; then cat > /etc/X11/xorg.conf.d/00-xdriver.conf <