diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-23 21:01:09 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-23 21:01:09 -0700 |
| commit | b4648e4c19ff691740328b36546a11580bed6180 (patch) | |
| tree | e5f36a4719ff3b3ab8646cf65bdb531cbbc130b4 /config | |
| parent | 8c6f7d0b2fd53cedb075a79c395f06ef384330dd (diff) | |
Clean the apt cache
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/install.sh b/config/install.sh index 8018e43..c894476 100644 --- a/config/install.sh +++ b/config/install.sh @@ -3,6 +3,7 @@ set -euo pipefail export DEBIAN_FRONTEND=noninteractive +apt-get clean apt-get update -q apt-get install -y --no-install-recommends \ apt-transport-https \ |
