5 lines
308 B
Bash
Executable file
5 lines
308 B
Bash
Executable file
yay --noconfirm -Syu jdk-temurin;
|
|
yay --noconfirm -Syu icedtea-web;
|
|
# Allow execution of huwaei KVM application (uses out of date security mechanisms)
|
|
sudo sed -i "/^jdk.jar.disabledAlgorithms=/{ :comment; s/\(.*\)/#\1/; /\\\\\$/{ n; bcomment; }; }" /usr/lib/jvm/default-runtime/conf/security/java.security;
|