This commit is contained in:
eroncero
2025-07-18 09:54:46 +02:00
parent 1a76816275
commit 263f77418a
12 changed files with 46 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
# To add this repository please do:
apt-get -y install lsb-release ca-certificates curl
curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
dpkg -i /tmp/debsuryorg-archive-keyring.deb
sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
apt-get update