introduced distro version detection and automatic system dependent configuration loading
This commit is contained in:
@@ -40,9 +40,7 @@ upgrade_dist()
|
||||
fi
|
||||
|
||||
# Remplace source.list from dist with ours (be smarter)
|
||||
if [[ -n $APT_LIST_FILE ]]; then
|
||||
installfile $APT_LIST_FILE /etc/apt/sources.list
|
||||
fi
|
||||
installfile "${SYS_DIST}_${SYS_VER}" /etc/apt/sources.list
|
||||
|
||||
prnt I "Mise à jour de la liste des paquets..."
|
||||
pkgupdt
|
||||
|
||||
Reference in New Issue
Block a user