Skip to content

Commit

Permalink
[#79] resolve stuck installation on apt by deleting sources.list.d
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Calef committed Mar 2, 2021
1 parent 3b9e9e5 commit 33cf72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/010-system-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if ! grep -qF "LANG" /home/vagrant/.bashrc; then
fi

# Required packages
apt-get install -y \
rm -rf /etc/apt/sources.list.d/* && apt-get update -y && apt-get install -y \
curl graphviz htop net-tools rsync sudo tree wget unzip zip g++ gnupg2 \
libsqlite3-dev libxml2-utils build-essential software-properties-common \
postfix mailutils libsasl2-2 libsasl2-modules ca-certificates libnss3-tools \
Expand Down

0 comments on commit 33cf72a

Please sign in to comment.