one more time non-interactive debian and nix in fish
This commit is contained in:
parent
06a8ea023e
commit
45184e4879
@ -10,3 +10,4 @@ nickeb96/puffer-fish
|
|||||||
patrickf1/colored_man_pages.fish
|
patrickf1/colored_man_pages.fish
|
||||||
jhillyerd/plugin-git
|
jhillyerd/plugin-git
|
||||||
patrickf1/fzf.fish
|
patrickf1/fzf.fish
|
||||||
|
lilyball/nix-env.fish
|
||||||
|
@ -18,8 +18,9 @@ $Green##########################################################################
|
|||||||
sudo dnf update -y
|
sudo dnf update -y
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
sudo apt update
|
sudo apt update
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt upgrade -y
|
sudo apt upgrade -y
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user