From 58c413c739148b7a9028d46040071d50e7923d65 Mon Sep 17 00:00:00 2001 From: deadcxap <36386824+deadcxap@users.noreply.github.com> Date: Mon, 4 May 2026 01:04:46 +0300 Subject: [PATCH] Add command to upgrade installed packages --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 8e01009..eb91723 100644 --- a/setup.sh +++ b/setup.sh @@ -154,6 +154,7 @@ install_packages() { run "Waiting for apt lock" wait_for_apt run "Updating package index" apt-get update -y run "Installing base packages" apt-get install -y --no-install-recommends sudo curl wget git ufw logrotate unattended-upgrades ca-certificates gnupg lsb-release apt-transport-https jq hstr bat eza duf + run "Installing all updates" apt-get upgrade -y } setup_hostname() {