Run apt-get update before package installation
This commit is contained in:
parent
23eefd406c
commit
0ff7a4fc7c
@ -6,6 +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
|
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
|
# Install useful packages
|
||||||
|
apt-get -y update
|
||||||
apt-get -y --no-install-recommends install bash-completion ca-certificates git ntp openssl sudo unzip
|
apt-get -y --no-install-recommends install bash-completion ca-certificates git ntp openssl sudo unzip
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user