From 3de0ae7d98253407248cc0d51f0e4135272b89a4 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:01:01 -0500 Subject: [PATCH] pi-apps install script: inform user of system support status --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 4e5c1d2aab..3f515328c2 100755 --- a/install +++ b/install @@ -162,6 +162,9 @@ ${DIRECTORY}/gui"' "$@"' | sudo tee /usr/local/bin/pi-apps >/dev/null sudo chmod +x /usr/local/bin/pi-apps fi +#check if system is broken +errors="$("${DIRECTORY}/api" is_supported_system)" || error "$errors" + #preload app list if [ ! -f "$DIRECTORY/data/preload/LIST-" ];then echo "Preloading app list..."