Update 'linux-first.sh'
This commit is contained in:
parent
15a703fe4e
commit
70923b291d
@ -1,9 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sudo apt update && sudo apt install zsh unzip -y
|
||||
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
||||
|
||||
curl -s "https://get.sdkman.io" | bash
|
||||
|
||||
sudo apt update && sudo apt install zsh -y
|
||||
|
||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
Loading…
Reference in New Issue
Block a user