mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-10 16:58:34 +02:00
One more fix
This commit is contained in:
parent
174ae4d723
commit
217948cb44
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if [[ ("$OS" == "Ubuntu" && "$VER" == "22.04") || ("$OS" == "Debian GNU/Linux" &
|
|||
echo "Installing required packages..."
|
||||
apt install -y curl software-properties-common ufw
|
||||
echo "Adding PHP repository..."
|
||||
add-apt-repository ppa:ondrej/php
|
||||
add-apt-repository ppa:ondrej/php -y
|
||||
apt install -y debian-keyring debian-archive-keyring apt-transport-https
|
||||
echo "Setting up Caddy repository..."
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' -o caddy-stable.gpg.key
|
||||
|
|
Loading…
Add table
Reference in a new issue