Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Feb 2, 2025
1 parent 0157afa commit 211977b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ install_neovim_with_apt() {
else
local appname="nvim-linux-arm64.appimage"
fi
wget /~https://github.com/neovim/neovim/releases/download/stable/$appname
wget -q /~https://github.com/neovim/neovim/releases/download/stable/$appname
chmod u+x $appname
sudo mv $appname /usr/local/bin/nvim
}

install_nodejs_with_apt() {
# see: /~https://github.com/nodesource/distributions
info "install nodejs-lts from NodeSource"
sudo apt-get install -y curl
sudo apt-get -qq -y install curl
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
sudo apt-get -qq update
Expand Down

0 comments on commit 211977b

Please sign in to comment.