1
0
Fork 0
env/.install/golang.sh

12 lines
115 B
Bash
Raw Normal View History

2018-03-27 23:47:53 +08:00
#!/bin/sh
set -e
echo
echo "Installing Go from repositories..."
echo
2018-04-02 16:40:16 +08:00
2018-04-02 16:41:10 +08:00
apk add --no-cache \
2018-12-01 00:33:57 +08:00
git \
go@community