Update install.sh

This commit is contained in:
SpudGunMan
2024-12-27 09:52:01 -08:00
parent 8d2313cfb1
commit 170d1a6a45
+1 -1
View File
@@ -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