From 34d3287172b52daf1d9b4d23341c8423c4085548 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 21 May 2024 17:18:31 +0300 Subject: [PATCH] apt->apt-get and no more ncurses (too late anyway) --- run_onchange_after_install_main_deps.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 88e93e1..d9db0ae 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -3,7 +3,7 @@ STEPS=16 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" #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 {{ 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" -}} sudo pacman -Sy --noconfirm $BASE_PACKAGES difftastic kitty-terminfo python3-pip 2>&1|pad