Mark archarm as not (yet) compatible
This commit is contained in:
parent
7df6972638
commit
601478c202
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ if [ -f "/etc/os-release" ]; then
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
fi
|
fi
|
||||||
case "$ID" in
|
case "$ID" in
|
||||||
"arch"|"archarm")
|
"arch")
|
||||||
echo ":: Detected ${PRETTY_NAME}, installing packages automatically"
|
echo ":: Detected ${PRETTY_NAME}, installing packages automatically"
|
||||||
if [ ! -f "/sbin/paru" ]; then
|
if [ ! -f "/sbin/paru" ]; then
|
||||||
echo ":: Error: \"/sbin/paru\" not found, please install paru."
|
echo ":: Error: \"/sbin/paru\" not found, please install paru."
|
||||||
|
@ -35,6 +35,10 @@ case "$ID" in
|
||||||
done
|
done
|
||||||
sdk default java 21.0.3-tem
|
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 ":: No supported distribution found."
|
||||||
echo " Please create an issue and (if you want)"
|
echo " Please create an issue and (if you want)"
|
||||||
|
|
Loading…
Reference in a new issue