Skip to content

Commit

Permalink
pi-apps install script: inform user of system support status
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Sep 14, 2024
1 parent 5a53d38 commit 3de0ae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 3de0ae7

Please sign in to comment.