From fc9b82da113d69987f260f9575e6b2c5dbb8ee89 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Sun, 26 Dec 2021 04:50:03 +0000 Subject: [PATCH] Add NVM --- environment/SetupLinux.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/environment/SetupLinux.sh b/environment/SetupLinux.sh index c53a83c..b9a710c 100644 --- a/environment/SetupLinux.sh +++ b/environment/SetupLinux.sh @@ -105,7 +105,9 @@ sudo apt install fonts-firacode fonts-open-sans -y -q # Install Applications ## Coding -flatpak install flathub io.dbeaver.DBeaverCommunity + +### Node Version Manager +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash ## Browser sudo apt install apt-transport-https curl @@ -221,4 +223,4 @@ codium --install-extension RobbOwen.synthwave-vscode # Gotta reboot now: sudo apt update -qq && sudo apt upgrade -y && sudo apt autoremove -y -echo $'\n'$"Ready for REBOOT" \ No newline at end of file +echo $'\n'$"Ready for REBOOT"