Skip to content

Commit

Permalink
Install node
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Jul 9, 2024
1 parent 0a47773 commit ae0f7fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ else [[ "$kernel_name" == "Linux" ]]
curl https://asset.noovolari.com/latest/Leapp_0.26.1_amd64.deb -o ~/Downloads/leapp.deb
sudo dpkg -i ~/Downloads/leapp.deb
fi
curl -fsSL https://deb.nodesource.com/setup_22.x -o ~/Downloads/nodesource_setup.sh
sudo bash ~/Downloads/nodesource_setup.sh
sudo apt install -y npm
# sudo npm install -g @noovolari/leapp-cli
brew install Noovolari/brew/leapp-cli
sudo npm install -g @noovolari/leapp-cli
# brew install Noovolari/brew/leapp-cli
fi

if [[ "$kernel_name" == "Darwin" ]]; then
Expand Down

0 comments on commit ae0f7fe

Please sign in to comment.