Update 'linux-first.sh'

This commit is contained in:
Sambo Chea 2022-03-14 20:57:48 +07:00
parent 15a703fe4e
commit 70923b291d

View File

@ -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)"