From 601478c202c3a968215ba1f04b677ddb94445564 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 20 May 2024 13:18:42 +0200 Subject: [PATCH] Mark archarm as not (yet) compatible --- bin/install-software | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/install-software b/bin/install-software index 83895f3c..f6c9bade 100755 --- a/bin/install-software +++ b/bin/install-software @@ -9,7 +9,7 @@ if [ -f "/etc/os-release" ]; then source /etc/os-release fi case "$ID" in - "arch"|"archarm") + "arch") echo ":: Detected ${PRETTY_NAME}, installing packages automatically" if [ ! -f "/sbin/paru" ]; then echo ":: Error: \"/sbin/paru\" not found, please install paru." @@ -35,6 +35,10 @@ case "$ID" in done sdk default java 21.0.3-tem ;; + "archarm") + echo ":: Arch Linux ARM is not yet supported" + echo " (but will soon be). Just wait a little!" + ;; *) echo ":: No supported distribution found." echo " Please create an issue and (if you want)"