File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if [ ! -d ~/.asdf/plugins/rust ]; then
37
37
fi
38
38
39
39
if [ ! -d ~ /.asdf/plugins/ruby ]; then
40
- apt-get install -y autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev
40
+ apt-get install -y autoconf patch build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev
41
41
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
42
42
asdf install ruby latest
43
43
asdf global ruby latest
55
55
56
56
if [ ! -d ~ /.asdf/plugins/nodejs ]; then
57
57
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
58
- asdf install nodejs lts
59
- asdf global nodejs lts
58
+ asdf install nodejs latest
59
+ asdf global nodejs latest
60
60
fi
61
61
62
62
if [ ! -d ~ /.asdf/plugins/java ]; then
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if [ ! -d ~/.asdf/plugins/rust ]; then
35
35
fi
36
36
37
37
if [ ! -d ~ /.asdf/plugins/ruby ]; then
38
- apt-get install -y autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev
38
+ apt-get install -y autoconf patch libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev
39
39
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
40
40
asdf install ruby latest
41
41
asdf global ruby latest
53
53
54
54
if [ ! -d ~ /.asdf/plugins/nodejs ]; then
55
55
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
56
- asdf install nodejs lts
57
- asdf global nodejs lts
56
+ asdf install nodejs latest
57
+ asdf global nodejs latest
58
58
fi
59
59
60
60
if [ ! -d ~ /.asdf/plugins/java ]; then
You can’t perform that action at this time.
0 commit comments