Update 'linux-first.sh'

This commit is contained in:
Sambo Chea 2022-03-14 20:59:17 +07:00
parent 70923b291d
commit 68c1fcf453

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
sudo apt update && sudo apt install zsh unzip -y
sudo apt update && sudo apt install zsh unzip zip -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash