diff --git a/basic.sh b/basic.sh index e3076c2..1b11fd3 100644 --- a/basic.sh +++ b/basic.sh @@ -6,7 +6,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}")) apt-get -y purge bsdmainutils dictionaries-common emacsen-common gnupg gnupg-agent iamerican ibritish ienglish-common installation-report ispell laptop-detect nano os-prober pinentry-curses task-english tasksel tasksel-data wamerican # Install useful packages -apt-get -y --no-install-recommends install ca-certificates openssl sudo unzip +apt-get -y --no-install-recommends install ca-certificates ntp openssl sudo unzip ######