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

12 lines
115 B
Bash
Executable File

#!/bin/sh
set -e
echo
echo "Installing Go from repositories..."
echo
apk add --no-cache \
git \
go@community