From e559ba5a5827ecf4966af3905114056633751380 Mon Sep 17 00:00:00 2001 From: gameloader Date: Wed, 20 Sep 2023 15:53:30 +0000 Subject: [PATCH] fix some packages errors in macos --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7555188..43cbb91 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ fi # Install packages if [[ "$OS" == "macos" ]]; then - brew install unzip wget curl gzip tar ruby go node python git cargo npm fzf lazygit + brew install unzip wget curl gzip ruby go node python git rust npm fzf lazygit elif [[ "$OS" == "debian" ]] || [[ "$OS" == "ubuntu" ]]; then sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update