diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 246a134..85695dc 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -19,7 +19,7 @@ dependencies() { curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt-get update -y || exit 1 - sudo apt-get install -y ripgrep nodejs gcc g++ golang fzf npm\ + sudo apt-get install -y ripgrep nodejs gcc g++ golang fzf\ wget tar default-jdk tree-sitter-cli python3-venv cargo tmux zsh libfuse2 || exit 1 }