From 70923b291dfa13f076c2eb65a9a17d7192ff0fe5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 14 Mar 2022 20:57:48 +0700 Subject: [PATCH] Update 'linux-first.sh' --- linux-first.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-first.sh b/linux-first.sh index 0e61b2a..3483b99 100644 --- a/linux-first.sh +++ b/linux-first.sh @@ -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)" \ No newline at end of file