Workaround really obnoxious APT bug

This commit is contained in:
Radon Rosborough 2020-08-22 12:07:15 -06:00
parent df9fb8b86a
commit deb2c9b320
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ emacs-nox
# Erlang
erlang
libodbc1 # workaround bug in APT
rebar
# F#
@ -77,7 +78,7 @@ ${lua_name}
"
apt-get install -y $(grep -v "^#" <<< "$packages")
apt-get install -y $(sed 's/#.*//' <<< "$packages")
rm -rf /var/lib/apt/lists/*
rm "$0"