Skip to content

Commit c8e2514

Browse files
committed
wip
1 parent f14578c commit c8e2514

File tree

2 files changed

+6
-6
lines changed
  • asdf

2 files changed

+6
-6
lines changed

asdf/debian/14

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ ! -d ~/.asdf/plugins/rust ]; then
3737
fi
3838

3939
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
4141
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
4242
asdf install ruby latest
4343
asdf global ruby latest
@@ -55,8 +55,8 @@ fi
5555

5656
if [ ! -d ~/.asdf/plugins/nodejs ]; then
5757
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
6060
fi
6161

6262
if [ ! -d ~/.asdf/plugins/java ]; then

asdf/ubuntu/14

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ ! -d ~/.asdf/plugins/rust ]; then
3535
fi
3636

3737
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
3939
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
4040
asdf install ruby latest
4141
asdf global ruby latest
@@ -53,8 +53,8 @@ fi
5353

5454
if [ ! -d ~/.asdf/plugins/nodejs ]; then
5555
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
5858
fi
5959

6060
if [ ! -d ~/.asdf/plugins/java ]; then

0 commit comments

Comments
 (0)