Add IcedTea
to the personal software collection
This commit is contained in:
parent
fd91f9e2e6
commit
e8a8770fd8
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
2
scripts/Arch/Software/IcedTea/install.sh
Executable file
2
scripts/Arch/Software/IcedTea/install.sh
Executable 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
|
Loading…
Reference in a new issue