some more checks

This commit is contained in:
Anton Volnuhin 2023-05-30 10:00:43 +03:00
parent 9b59c5b57b
commit 361b6d79df
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
set Green '\033[0;32m' # Green
set NC '\033[0m' # No Color
sudo timedatectl set-timezone Europe/Moscow
{{ if eq .chezmoi.os "linux" -}}
sudo timedatectl set-timezone Europe/Moscow
{{ end -}}
echo -e "

View File

@ -19,7 +19,7 @@ $Green##########################################################################
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew update
brew upgrade -y
brew upgrade
{{ else if eq .chezmoi.osRelease.id "fedora" -}}
sudo dnf update -y