From 7d599c7b35677edbf2c699c30ecee4178a1c6419 Mon Sep 17 00:00:00 2001 From: wholteza Date: Thu, 25 Jan 2024 18:01:49 +0100 Subject: [PATCH] add nvm --- .config/requirements/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/requirements/install.sh b/.config/requirements/install.sh index 4503b51..c20cb90 100755 --- a/.config/requirements/install.sh +++ b/.config/requirements/install.sh @@ -1,3 +1,4 @@ + sudo apt update sudo apt install \ @@ -64,6 +65,7 @@ rustup default stable cargo install alacritty curl -s https://ohmyposh.dev/install.sh | sudo bash -s +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash # Access to brightness devices for brightnessctl sudo usermod -aG video wholteza