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

16 lines
149 B
Bash
Raw Normal View History

2018-03-30 01:26:58 +08:00
#!/bin/sh
set -e
source ./.versions
echo
echo "Installing system utilities..."
echo
apk add --no-cache \
2018-04-01 17:06:16 +08:00
nano \
curl \
wget \
openssh-client
2018-04-02 13:17:33 +08:00