Skip to content

Instantly share code, notes, and snippets.

@fchaussin
Last active March 26, 2021 09:42
Show Gist options
  • Save fchaussin/24b6e1c140cab1b106120c238ee61966 to your computer and use it in GitHub Desktop.
Save fchaussin/24b6e1c140cab1b106120c238ee61966 to your computer and use it in GitHub Desktop.
Failed to fetch packages.sury.org/php

$ apt update

=> error

$ sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg

$ sudo apt-key add /etc/apt/trusted.gpg.d/php.gpg

$ apt update

=> ( ͡ °~͡° )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment