From 90fefb094e451978891e905d986830710de52b1e Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Wed, 31 Dec 2025 22:50:35 -0500 Subject: [PATCH] Have apt update repositories before upgrading packages --- post-inst.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-inst.sh b/post-inst.sh index c6ea07d..a9f9d17 100755 --- a/post-inst.sh +++ b/post-inst.sh @@ -118,6 +118,7 @@ fi if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then apt \ + --update \ dist-upgrade \ --yes fi