diff --git a/scripts/installer.sh b/scripts/installer.sh index 17ebdf6..26561be 100644 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -15,7 +15,7 @@ clear #Check CPU architecture if [[ $(uname -m|grep "armv7") ]] || [[ $(uname -m|grep "x86_64") ]]; then - devmodel="armv7" + devmodel="x86" echo "" echo "Your board is supported. Continuing.." echo ""