1
0
Fork 0
Ambrose Chua 2018-03-30 01:01:57 +08:00
parent 9d59030bd1
commit a4220a889d
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
source .version
source .versions
echo
echo "Installing Go $GOLANG_VERSION..."

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
source .version
source .versions
echo
echo "Installing neovim..."

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
source .version
source .versions
echo
echo "Installing Node.js $NODE_VERSION..."

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
source .version
source .versions
echo
echo "Installing Python 3 with apk..."

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
source .version
source .versions
echo
echo "Installing vgo..."

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
source .version
source .versions
echo
echo "Installing zsh with apk..."