rewrite ssh-config script and updated go to v1.12.1

This commit is contained in:
ston1th 2019-04-01 18:36:45 +02:00
commit 98bd93ca04
2 changed files with 33 additions and 67 deletions

View file

@ -13,7 +13,7 @@ V14="go1.4.3"
bootstrap="${INSTALL}/bootstrap-${V14}"
TGZ14="${V14}.tar.gz"
Vnew="go1.12"
Vnew="go1.12.1"
TGZnew="${Vnew}.tar.gz"
rm -rf ${INSTALL}/go*