From 2e26819c2fecb8a081fd5c5856452fcca5b2c1e0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 22 Oct 2025 22:40:14 -0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 16f2ba0..0e7b6ce 100755 --- a/install.sh +++ b/install.sh @@ -13,8 +13,8 @@ printf "Installer works best in raspian/debian/ubuntu or foxbuntu embedded syste printf "If there is a problem, try running the installer again.\n" printf "\nChecking for dependencies...\n" -# fuse -fi [[ -f config.ini ]]; then +# fuse check for existing installation +if [[ -f config.ini ]]; then printf "\nDetected existing installation, please backup and remove existing installation before proceeding\n" exit 1 fi