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
|
fi
|
||||||
|
|
||||||
# Just add these, for now.
|
# 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 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
|
for plugin in $ADD_ONLY ; do
|
||||||
asdf plugin add $plugin
|
asdf plugin add $plugin
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user