From 170d1a6a454001fbe2ab58f4b6d5e411a8fcde60 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Dec 2024 09:52:01 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6718fab..e4f9d16 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ printf "Installer works best in raspian/debian/ubuntu, if there is a problem, tr printf "\nChecking for dependencies...\n" # check if running on embedded -printf "\nAre You installing into an embedded system? (y/n)" +printf "\nAre You installing into an embedded system like a luckfox? (y/n)" read embedded if [ $embedded == "y" ]; then