Skip to content

Commit

Permalink
Removed i*86 / x86 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MFDGaming authored May 1, 2020
1 parent b19489a commit 2f859ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ case "$ARCHITECTURE" in
aarch64) ARCHITECTURE=arm64;;
arm) ARCHITECTURE=armhf;;
amd64|x86_64) ARCHITECTURE=amd64;;
x86|i*86) ARCHITECTURE=i386;;
*)
printf "\x1b[38;5;214m[${time1}]\e[0m \x1b[38;5;203m[ERROR]:\e[0m \x1b[38;5;87m Unknown architecture :- $ARCHITECTURE"
exit 1
Expand Down

0 comments on commit 2f859ce

Please sign in to comment.