Change from Go 1.6 to 1.9 as 1.6 no longer compiles

master
Paul 2019-07-25 09:46:14 -04:00
rodzic a69f208c74
commit 49ebb0effd
1 zmienionych plików z 2 dodań i 2 usunięć

@ -19,8 +19,8 @@ Or directly on the machine, login with username pi password raspberry
raspi-config --expand-rootfs
reboot
cd /root/
wget https://dl.google.com/go/go1.6.linux-armv6l.tar.gz
tar -zxvf go1.6.linux-armv6l.tar.gz
wget https://dl.google.com/go/go1.9.linux-armv6l.tar.gz
tar -zxvf go1.9.linux-armv6l.tar.gz
git clone --recursive https://github.com/cyoung/stratux
cd stratux
service stratux stop