Compare commits

..

No commits in common. "ac1e1516b78eb92fd4d4bfe9e20f8016e915076f" and "bc2a27de870d0396ff5a010f01572275a9ae09da" have entirely different histories.

View File

@ -28,7 +28,7 @@ $Green##########################################################################
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
sudo apt-get update sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get -o "Dpkg::Options::=--force-confold" -o "Dpkg::Options::=--force-confdef" upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages sudo DEBIAN_FRONTEND=noninteractive apt-get -o "Dpkg::Options::=--force-confold" -o "Dpkg::Options::=--force-confdef" upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages
sudo apt-get install software-properties-common -y sudo apt-get install software-properties-common
{{ else if eq .chezmoi.osRelease.id "arch" -}} {{ else if eq .chezmoi.osRelease.id "arch" -}}
sudo pacman -Syu --noconfirm sudo pacman -Syu --noconfirm