diff --git a/install/hoarder-install.sh b/install/hoarder-install.sh index fee1b7ea7..c0bc903b2 100644 --- a/install/hoarder-install.sh +++ b/install/hoarder-install.sh @@ -38,8 +38,8 @@ msg_ok "Installed Additional Tools" msg_info "Installing Meilisearch" cd /tmp -wget -q https://github.com/meilisearch/meilisearch/releases/latest/download/meilisearch.deb -$STD dpkg -i meilisearch.deb +wget -q https://github.com/meilisearch/meilisearch/releases/latest/download/meilisearch-aarch64.deb +$STD dpkg -i meilisearch-aarch64.deb wget -q https://raw.githubusercontent.com/meilisearch/meilisearch/latest/config.toml -O /etc/meilisearch.toml MASTER_KEY=$(openssl rand -base64 12) sed -i \ @@ -176,7 +176,7 @@ motd_ssh customize msg_info "Cleaning up" -rm -rf /tmp/meilisearch.deb +rm -rf /tmp/meilisearch-aarch64.deb rm -f /opt/v${RELEASE}.zip $STD apt-get autoremove -y $STD apt-get autoclean -y diff --git a/json/adventurelog.json b/json/adventurelog.json index eb1d74b77..f85645796 100644 --- a/json/adventurelog.json +++ b/json/adventurelog.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 b06406770..9885e26e1 100644 --- a/json/checkmk.json +++ b/json/checkmk.json @@ -36,8 +36,8 @@ "type": "info" }, { - "text": "No ARM64 image: https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme", - "type": "info" + "text": "No ARM64 image: `https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme`", + "type": "warning" } ], "status": "❌" diff --git a/json/glpi.json b/json/glpi.json index 19f1ae32d..0e46ecd5b 100644 --- a/json/glpi.json +++ b/json/glpi.json @@ -31,5 +31,5 @@ "password": "glpi" }, "notes": [], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/hoarder.json b/json/hoarder.json index 8337121a8..09c1d4c5c 100644 --- a/json/hoarder.json +++ b/json/hoarder.json @@ -30,6 +30,9 @@ "username": null, "password": null }, - "notes": [], - "status": "🚧" + "notes": [{ + "text": "No arm64 version of dependency available", + "type": "warning" + }], + "status": "❌" } \ No newline at end of file diff --git a/json/inspircd.json b/json/inspircd.json index 6e1e99ced..d7314da91 100644 --- a/json/inspircd.json +++ b/json/inspircd.json @@ -30,6 +30,9 @@ "username": null, "password": null }, - "notes": [], - "status": "🚧" + "notes": [{ + "text": "No ARM64 package available", + "type": "warning" + }], + "status": "❌" } \ No newline at end of file diff --git a/json/update-repo.json b/json/update-repo.json index 2738f9005..ffc0e90cc 100644 --- a/json/update-repo.json +++ b/json/update-repo.json @@ -36,5 +36,5 @@ "type": "info" } ], - "status": "🚧" + "status": "❌" } \ No newline at end of file