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

16 lines
149 B
Bash
Executable File

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