You *really* don't want to know

This commit is contained in:
Radon Rosborough 2020-08-23 13:57:34 -06:00
parent 46dd3711c3
commit d3c269ea66
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ popd >/dev/null
ln -s /opt/clean/bin/clm /usr/local/bin/
rm clean*_64.tar.gz
sleep 2
find /opt/clean -name '*.o' -exec touch '{}' ';'
# Erlang
git clone https://github.com/erlang-ls/erlang_ls.git
pushd erlang_ls >/dev/null