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