one more time non-interactive debian and nix in fish

This commit is contained in:
Anton Volnuhin 2023-05-30 08:33:43 +03:00
parent 06a8ea023e
commit 45184e4879
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,4 @@ nickeb96/puffer-fish
patrickf1/colored_man_pages.fish
jhillyerd/plugin-git
patrickf1/fzf.fish
lilyball/nix-env.fish

View File

@ -18,8 +18,9 @@ $Green##########################################################################
sudo dnf update -y
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
export DEBIAN_FRONTEND=noninteractive
sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt upgrade -y
sudo apt upgrade -y
{{ else if eq .chezmoi.osRelease.id "arch" -}}
sudo pacman -Syu --noconfirm