install: move golang, nodejs to ADD_ONLY

This commit is contained in:
2024-10-09 12:06:17 +01:00
parent 27c9275a4d
commit 4a2e178b78

View File

@@ -131,7 +131,11 @@ if [ $IS_FREEBSD == 1 ] ; then
fi
# Just add these, for now.
<<<<<<< HEAD
ADD_ONLY="python tmux sbcl gohugo erlang elixir clojure ag task bat"
=======
ADD_ONLY="python tmux sbcl gohugo erlang elixir clojure golang nodejs task"
>>>>>>> 5fd2c11 (install: move golang, nodejs to ADD_ONLY)
for plugin in $ADD_ONLY ; do
asdf plugin add $plugin
done