Ported k0s, Kavita, Keycloak to ARM64

This commit is contained in:
Sam Heinz
2024-04-10 08:11:33 +10:00
parent 0f8ee7d69a
commit 43b8d0e539
7 changed files with 10 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y ca-certificates-java
$STD apt-get install -y openjdk-17-jre-headless
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
RELEASE=$(curl -s https://api.github.com/repos/keycloak/keycloak/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')