Mark archarm as not (yet) compatible

This commit is contained in:
JeremyStar™ 2024-05-20 13:18:42 +02:00
parent 7df6972638
commit 601478c202
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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)"