22
0
Fork 0

précision pour APT update

This commit is contained in:
jlecour 2022-07-07 11:05:34 +02:00
parent 3b0569d7e5
commit de4e62c662
1 changed files with 6 additions and 0 deletions

View File

@ -460,4 +460,10 @@ On peut alors jouer cette commande pour accepter un changement d'information :
~~~
# apt update --allow-releaseinfo-change
~~~
De manière plus ciblée, on peut utiliser cette commande pour accepter un changement de nom de code uniquement :
~~~
# apt update -o Acquire::AllowReleaseInfoChange::Codename=true
~~~