fix some packages errors in macos

This commit is contained in:
gameloader 2023-09-20 15:53:30 +00:00
parent 866429e6bc
commit e559ba5a58

View File

@ -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