tech:depot_debian_apt_repository
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:depot_debian_apt_repository [2026/06/07 19:12] – modification externe 127.0.0.1 | tech:depot_debian_apt_repository [2026/06/17 11:01] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 180: | Ligne 180: | ||
| #curl -sL " | #curl -sL " | ||
| ~~~ | ~~~ | ||
| + | |||
| + | Autre exemple : | ||
| + | Add GPG key | ||
| + | ~~~bash | ||
| + | curl -fsSL https:// | ||
| + | ~~~ | ||
| + | |||
| + | `-f` : Fail silently on server errors | ||
| + | |||
| + | `-s` : Silent or quiet mode. Don't show progress meter or error messages | ||
| + | |||
| + | `-S` : When used with -s, --silent, it makes curl show an error message if it fails | ||
| + | |||
| + | `-L` : If the server reports that the requested page has moved to a different location, this option will make curl redo the request on the new place. | ||
tech/depot_debian_apt_repository.1780852327.txt.gz · Dernière modification : de 127.0.0.1
