Skip to content

Commit

Permalink
Update dependance.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Aug 27, 2024
1 parent a1ca23d commit 05fbc17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependance.lib
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,6 @@ fix_buster_backport_not_available() {
sudo sed -i 's|^deb http://[a-zA-Z0-9.-]\+\.debian\.org/debian buster-backports|deb http://archive.debian.org/debian buster-backports|g' /etc/apt/sources.list
fi
}
add_fix_handler "The repository 'http://[[:alnum:].-]\+\.debian\.org/debian buster-backports Release' no longer has a Release file." "" fix_buster_backport_not_available
add_fix_handler "The repository 'http://[[:alnum:].-]\+\.debian\.org/debian buster-backports Release' does not have a Release file." "" fix_buster_backport_not_available
add_fix_handler "Le dépôt http://[[:alnum:].-]\+\.debian\.org/debian buster-backports Release ne contient plus de fichier Release." "" fix_buster_backport_not_available
add_fix_handler "The repository 'http://[[:alnum:].-]\+\.debian\.org/debian buster-backports Release' no longer has a Release file." "*The repository buster-backports no longer has a Release file." fix_buster_backport_not_available
add_fix_handler "The repository 'http://[[:alnum:].-]\+\.debian\.org/debian buster-backports Release' does not have a Release file." "*The repository buster-backports does not have a Release file." fix_buster_backport_not_available
add_fix_handler "Le dépôt http://[[:alnum:].-]\+\.debian\.org/debian buster-backports Release ne contient plus de fichier Release." "*Le dépôt buster-backports ne contient plus de fichier Release." fix_buster_backport_not_available

0 comments on commit 05fbc17

Please sign in to comment.