diff --git a/install/adventurelog-install.sh b/install/adventurelog-install.sh index f4913880b..559475135 100644 --- a/install/adventurelog-install.sh +++ b/install/adventurelog-install.sh @@ -25,7 +25,9 @@ $STD apt-get install -y \ libgdal-dev \ git \ python3-venv \ - python3-pip + python3-pip \ + openssh-server \ + wget msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository" diff --git a/install/authentik-install.sh b/install/authentik-install.sh index beb9c2dc0..f59f7679d 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -43,14 +43,14 @@ msg_ok "Installed Dependencies" msg_info "Installing yq" cd /tmp YQ_LATEST="$(wget -qO- "https://api.github.com/repos/mikefarah/yq/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')" -wget -q "https://github.com/mikefarah/yq/releases/download/${YQ_LATEST}/yq_linux_amd64" -qO /usr/bin/yq +wget -q "https://github.com/mikefarah/yq/releases/download/${YQ_LATEST}/yq_linux_arm64" -qO /usr/bin/yq chmod +x /usr/bin/yq msg_ok "Installed yq" msg_info "Installing GeoIP" cd /tmp GEOIP_RELEASE=$(curl -s https://api.github.com/repos/maxmind/geoipupdate/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') -wget -qO geoipupdate.deb https://github.com/maxmind/geoipupdate/releases/download/v${GEOIP_RELEASE}/geoipupdate_${GEOIP_RELEASE}_linux_amd64.deb +wget -qO geoipupdate.deb https://github.com/maxmind/geoipupdate/releases/download/v${GEOIP_RELEASE}/geoipupdate_${GEOIP_RELEASE}_linux_arm64.deb $STD dpkg -i geoipupdate.deb cat </etc/GeoIP.conf #GEOIPUPDATE_EDITION_IDS="GeoLite2-City GeoLite2-ASN" diff --git a/json/2fauth.json b/json/2fauth.json index 40f7539d0..12bd22c36 100644 --- a/json/2fauth.json +++ b/json/2fauth.json @@ -40,5 +40,5 @@ "type": "info" } ], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/add-lxc-iptag.json b/json/add-lxc-iptag.json index 65bcc48f6..5854f80de 100644 --- a/json/add-lxc-iptag.json +++ b/json/add-lxc-iptag.json @@ -44,5 +44,5 @@ "type": "warning" } ], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/bookstack.json b/json/bookstack.json index 8c666fcf5..083d09381 100644 --- a/json/bookstack.json +++ b/json/bookstack.json @@ -36,5 +36,5 @@ "type": "warning" } ], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/checkmk.json b/json/checkmk.json index dfe69a198..b06406770 100644 --- a/json/checkmk.json +++ b/json/checkmk.json @@ -34,7 +34,11 @@ { "text": "Login Credentials : `cat ~/checkmk.creds`", "type": "info" + }, + { + "text": "No ARM64 image: https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme", + "type": "info" } ], - "status": "🚧" + "status": "❌" } \ No newline at end of file