Last active
April 9, 2025 23:20
-
-
Save janus57/37b079a383dd0507149bd94fd35053d1 to your computer and use it in GitHub Desktop.
Install "deb.sury.org" repository for PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# For up-to-date version see : https://packages.sury.org/php/README.txt | |
wget https://packages.sury.org/php/apt.gpg -O /usr/share/keyrings/deb.sury.org-php.gpg | |
echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php-sury.list | |
apt update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gist updated, Thx