Incorporate changes from Pop OS 22.04 install

This commit is contained in:
Alexander Hess 2023-01-17 03:14:12 +01:00
commit f08c01d886
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
11 changed files with 153 additions and 36 deletions

View file

@ -16,9 +16,9 @@ _update_apt() {
echo 'Updating apt packages'
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo apt autoremove
sudo apt autoclean
sudo apt clean
}
_update_dnf() {
@ -97,9 +97,9 @@ _update_omz_fork() {
git checkout --quiet forked # most likely already the case
# Keep our personal "oh-my-zsh" fork up-to-date
# See: https://gitlab.webartifex.biz/alexander/oh-my-zsh
# See: https://code.webartifex.biz/alexander/oh-my-zsh
git rebase --quiet master
git push --quiet fork forked
git push --quiet fork forked --force
git push --quiet fork master
cd $cwd