install: move golang, nodejs to ADD_ONLY
This commit is contained in:
4
install
4
install
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user