From e7a9b416e14d91c3235628c6f236054dd6822c72 Mon Sep 17 00:00:00 2001 From: levasseur Date: Wed, 29 Sep 2021 18:04:45 +0200 Subject: [PATCH] some typos --- init.sh | 2 +- modules/upgrade_dist.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index ffde188..c7f3d55 100755 --- a/init.sh +++ b/init.sh @@ -112,7 +112,7 @@ prnt I "Lancé sur $SYS_DIST version $SYS_VER ($SYS_CODE) architecture $SYS_ARCH # -- Cannot be a function ends here -load_auto_conf +load_autoconf load_configuration diff --git a/modules/upgrade_dist.sh b/modules/upgrade_dist.sh index e1bbab5..91537c1 100644 --- a/modules/upgrade_dist.sh +++ b/modules/upgrade_dist.sh @@ -40,7 +40,7 @@ upgrade_dist() fi # Remplace source.list from dist with ours (be smarter) - installfile "${SYS_DIST}_${SYS_VER}" /etc/apt/sources.list + installfile "${SYS_DIST}_${SYS_VER}.list" /etc/apt/sources.list prnt I "Mise à jour de la liste des paquets..." pkgupdt