Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ Our maintainers offer deb packages for all systems using `apt`. To install, run:
```console
VERSION=85 # 82-85 available
sudo curl https://pkg.henderkes.com/api/packages/${VERSION}/debian/repository.key -o /etc/apt/keyrings/static-php${VERSION}.asc
echo "deb [signed-by=/etc/apt/keyrings/static-php${VERSION}.asc] https://pkg.henderkes.com/api/packages/${VERSION}/debian php-zts main" | sudo tee -a /etc/apt/sources.list.d/static-php${VERSION}.list
sudo tee -a /etc/apt/sources.list.d/static-php${VERSION}.sources <<EOF
Types: deb
URIs: https://pkg.henderkes.com/api/packages/${VERSION}/debian
Suites: php-zts
Components: main
Signed-By: /etc/apt/keyrings/static-php${VERSION}.asc
EOF
sudo apt update
sudo apt install frankenphp
```
Expand Down
Loading