diff --git a/init.sh b/init.sh index 5af9b2e..7947733 100644 --- a/init.sh +++ b/init.sh @@ -35,13 +35,14 @@ case "$OS" in sudo dnf update -y ;; opensuse-tumbleweed) - sudo zypper ref + sudo zypper dup -y ;; cachyos) sudo pacman -Syu --noconfirm ;; ubuntu|debian) sudo apt-get update + sudo apt-get upgrade -y ;; *) echo "unsupported system ($OS)"