From 40aee7d3ce2f295f59907b97575d789b47e07be1 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 19 Aug 2025 20:59:42 +0700 Subject: [PATCH] sudo apt install -y curl zip --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 62048e2..be75cb6 100755 --- a/install.sh +++ b/install.sh @@ -171,6 +171,9 @@ if set -q _flag_update # Initializing fnm source ~/.config/fish/conf.d/fnm.fish + # Installing dependencies + sudo apt install -y curl zip + # Downloadind and installing Node.js: fnm install $NODEJS_VERSION