Workaround really obnoxious APT bug
This commit is contained in:
parent
df9fb8b86a
commit
deb2c9b320
|
@ -23,6 +23,7 @@ emacs-nox
|
||||||
|
|
||||||
# Erlang
|
# Erlang
|
||||||
erlang
|
erlang
|
||||||
|
libodbc1 # workaround bug in APT
|
||||||
rebar
|
rebar
|
||||||
|
|
||||||
# F#
|
# 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 -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
rm "$0"
|
rm "$0"
|
||||||
|
|
Loading…
Reference in New Issue