From c7c0aa08f03c339d0eb843e3a5257d3d693fc745 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 16 Jan 2018 21:16:36 +0100 Subject: [PATCH] Add curl to useful packages --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.sh b/basic.sh index 6bb2ddd..fbbbca1 100755 --- a/basic.sh +++ b/basic.sh @@ -3,7 +3,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/basic # Install packages -apk --no-cache add --virtual .useful git file htop libressl openssh-server openssh-sftp-server +apk --no-cache add --virtual .useful curl git file htop libressl openssh-server openssh-sftp-server apk --no-cache add docker gettext kbd-misc python2 nginx # Copy profile files and settings