Skip to content

Commit

Permalink
v6.15
Browse files Browse the repository at this point in the history
+ DietPi-Software | OpenBazaar: Use official golang Go download source and install current Go v1.11
  • Loading branch information
MichaIng authored Sep 8, 2018
1 parent 7b55da7 commit e3ec257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -3844,17 +3844,17 @@ We work around this error by running APT a second time. Please do not worry and
# x86_64
if (( $G_HW_ARCH == 10 )); then

INSTALL_URL_ADDRESS='https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz'
INSTALL_URL_ADDRESS='https://dl.google.com/go/go1.11.linux-amd64.tar.gz'

# ARMv8
elif (( $G_HW_ARCH == 3 )); then

INSTALL_URL_ADDRESS='https://storage.googleapis.com/golang/go1.9.linux-arm64.tar.gz'
INSTALL_URL_ADDRESS='https://dl.google.com/go/go1.11.linux-arm64.tar.gz'

# ARMv6/7
else

INSTALL_URL_ADDRESS='https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz'
INSTALL_URL_ADDRESS='https://dl.google.com/go/go1.11.linux-armv6l.tar.gz'

fi

Expand Down

0 comments on commit e3ec257

Please sign in to comment.