From 68c1fcf453cbca4354739307c57fd647d419c91c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 14 Mar 2022 20:59:17 +0700 Subject: [PATCH] Update 'linux-first.sh' --- linux-first.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-first.sh b/linux-first.sh index 3483b99..b7ee593 100644 --- a/linux-first.sh +++ b/linux-first.sh @@ -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