From d2acca67edf79be7f7ae3e3a844e5e9ea2576f6e Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 2 Feb 2018 21:06:56 +0100 Subject: [PATCH] Add sntpc to useful packages --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.sh b/basic.sh index b1c2403..73c60de 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 curl 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 sntpc apk --no-cache add docker gettext kbd-misc python2 nginx # Copy profile files and settings