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

19 lines
183 B
Bash
Executable File

#!/bin/sh
set -e
source ./.versions
echo
echo "Installing system utilities..."
echo
apk add --no-cache \
nano \
curl \
wget \
bash \
openssh-client
# bash for compatibility