This commit is contained in:
2026-02-27 11:42:24 +01:00
parent bdae06dfd3
commit 3e8e5439f5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Check debian.conf file for general declaration # Check debian.conf file for general declaration
# This is specific for version 13 # This is specific for version 13
export NTP_SERV=ntpsec export NTP_SERV="ntpsec"
export SOURCE_EXT=source export SOURCE_EXT="sources"
export NO_MAIN_SOURCE=true export NO_MAIN_SOURCE=true

View File

@@ -69,7 +69,7 @@ upgrade_dist()
fi fi
# Remplace source.list from dist with ours (be smarter) # Remplace source.list from dist with ours (be smarter)
if [[ NO_MAIN_SOURCE == true ]]; then if [[ $NO_MAIN_SOURCE == true ]]; then
install_file "pkgman/${SYS_DIST}_${SYS_VER}.list" "/etc/apt/sources.list.d/debian.${SOURCE_EXT}" install_file "pkgman/${SYS_DIST}_${SYS_VER}.list" "/etc/apt/sources.list.d/debian.${SOURCE_EXT}"
else else
# We don't use SOURCE_EXT # We don't use SOURCE_EXT