diff options
-rwxr-xr-x | buildinstaller.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildinstaller.sh b/buildinstaller.sh index 94b67db1..681e0db5 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" |