Add IcedTea to the personal software collection

This commit is contained in:
Manuel Thalmann 2023-09-06 13:49:20 +02:00
parent fd91f9e2e6
commit e8a8770fd8
2 changed files with 3 additions and 0 deletions

View file

@ -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;

View file

@ -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