diff --git a/buildinstaller.sh b/buildinstaller.sh index 94b67db18..681e0db57 100755 --- a/buildinstaller.sh +++ b/buildinstaller.sh @@ -38,9 +38,6 @@ case "$system" in x86_64|amd64|x64) machine="x64" ;; - *) - echo "Unsupported machine type: $machine" - exit 2 esac echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"