From e8a8770fd8b1bbe4097c0ef068f00362b1827c24 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 6 Sep 2023 13:49:20 +0200 Subject: [PATCH] Add `IcedTea` to the personal software collection --- scripts/Arch/Collections/personal.sh | 1 + scripts/Arch/Software/IcedTea/install.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 scripts/Arch/Software/IcedTea/install.sh 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