From b1155dea7d9944bca27ad4e89aff22341cee9452 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 4 Jan 2025 21:34:28 -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 c37394a..6c35229 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ if [[ $(hostname) == "femtofox" ]]; then embedded="y" else # check if running on embedded - printf "\nAre You installing into an embedded system like a luckfox? (y/n)" + printf "\nAre You installing into an embedded system like a luckfox? most should say no here (y/n)" read embedded fi