apt->apt-get and no more ncurses (too late anyway)

This commit is contained in:
Anton Volnuhin 2024-05-21 17:18:31 +03:00
parent 0b1ba8a03c
commit 34d3287172

View File

@ -3,7 +3,7 @@
STEPS=16 STEPS=16
PAD_LEN=4 PAD_LEN=4
BASE_PACKAGES="gnupg curl wget git ncurses direnv" BASE_PACKAGES="gnupg curl wget git direnv"
ACT_PACKAGES="ripgrep unzip htop fzf bat gawk jq nnn tmux mc nethogs ngrep mtr pipx gcc" ACT_PACKAGES="ripgrep unzip htop fzf bat gawk jq nnn tmux mc nethogs ngrep mtr pipx gcc"
#Colors #Colors
@ -126,7 +126,7 @@ new_line "Install base packages"
sudo dnf install $BASE_PACKAGES difftastic kitty-terminfo util-linux-user python3-pip -y 2>&1|pad sudo dnf install $BASE_PACKAGES difftastic kitty-terminfo util-linux-user python3-pip -y 2>&1|pad
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
sudo apt install $BASE_PACKAGES kitty-terminfo direnv python3-pip -y 2>&1|pad sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv python3-pip -y 2>&1|pad
{{ else if eq .chezmoi.osRelease.id "arch" -}} {{ else if eq .chezmoi.osRelease.id "arch" -}}
sudo pacman -Sy --noconfirm $BASE_PACKAGES difftastic kitty-terminfo python3-pip 2>&1|pad sudo pacman -Sy --noconfirm $BASE_PACKAGES difftastic kitty-terminfo python3-pip 2>&1|pad