Skip to content

Commit

Permalink
fix: update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 28, 2020
1 parent c2bffb1 commit 21e1bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
# Code generated by godownloader on 2020-05-28T08:32:07Z. DO NOT EDIT.
# Code generated by godownloader on 2020-05-28T11:30:20Z. DO NOT EDIT.
#

usage() {
Expand Down Expand Up @@ -118,7 +118,7 @@ adjust_os() {
# adjust archive name based on OS
case ${OS} in
386) OS=32-bit ;;
amd64) OS=64-bit123132 ;;
amd64) OS=64-bit ;;
darwin) OS=macOS ;;
esac
true
Expand All @@ -127,7 +127,7 @@ adjust_arch() {
# adjust archive name based on ARCH
case ${ARCH} in
386) ARCH=32-bit ;;
amd64) ARCH=64-bit123132 ;;
amd64) ARCH=64-bit ;;
darwin) ARCH=macOS ;;
esac
true
Expand Down

0 comments on commit 21e1bf0

Please sign in to comment.