From 15d0d71fc2ac935c5a10f21ad0d5231ef33508c4 Mon Sep 17 00:00:00 2001 From: aariqrahman <43706573+aariqrahman@users.noreply.github.com> Date: Thu, 17 Dec 2020 16:39:57 +0600 Subject: [PATCH] Update installer.sh i did this to support more motherboardsi hope it works --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""