diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 6ebe08e3..0c9c164f 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -22,6 +22,7 @@ yay --noconfirm -Syu \ sudo chsh $USER --shell "$(which fish)"; . "../Software/git/install.sh"; +. "../Software/IcedTea/install.sh"; yay --noconfirm -Syu power-profiles-daemon; sudo systemctl enable --now power-profiles-daemon; diff --git a/scripts/Arch/Software/IcedTea/install.sh b/scripts/Arch/Software/IcedTea/install.sh new file mode 100755 index 00000000..21ec5f6a --- /dev/null +++ b/scripts/Arch/Software/IcedTea/install.sh @@ -0,0 +1,2 @@ +yay --noconfirm -Syu icedtea-web; +sudo sed -i "/^jdk.jar.disabledAlgorithms=/{ :comment; s/\(.*\)/#\1/; /\\\\\$/{ n; bcomment; }; }" /usr/lib/jvm/default-runtime/conf/security/java.security