Update install.sh

This commit is contained in:
SpudGunMan
2025-01-04 21:34:28 -08:00
parent 0d9245d448
commit b1155dea7d

View File

@@ -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