Skip to content
Snippets Groups Projects
Verified Commit dea12233 authored by David Beniamine's avatar David Beniamine
Browse files

Non interactive upgrade

parent 3d1547bf
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ exec 2>>"$fichierlog"
# Suppression de la référence au dépôt Primtux2-Lubuntu
sed -i '/PrimTux-Lubuntu/d' /etc/apt/sources.list.d/primtux.list
apt-get update && apt-get dist-upgrade
apt-get update
DEBIAN_FRONTEND='noninteractive' apt-get -y dist-upgrade
# Vérifie l'OS
archi=$(uname -m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment