Add missing semicolon
This commit is contained in:
parent
06e9bd9d0b
commit
582ababceb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
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