From 59acdb2ac8b3a1e158d6bed8a1b9eea19cd1fc7f Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Thu, 25 Sep 2025 21:37:32 +0200 Subject: [PATCH] typo --- modules/upgrade_dist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/upgrade_dist.sh b/modules/upgrade_dist.sh index 81eb454..9dbc25e 100644 --- a/modules/upgrade_dist.sh +++ b/modules/upgrade_dist.sh @@ -105,6 +105,7 @@ precheck_upgrade_dist() file_must_exists pkgman/${SYS_DIST}_${SYS_VER}.list if [[ -z $NO_MAIN_SOURCE ]]; then prnt E "A required variable to configure apt is not defined." + die 160 fi }