One more fix

This commit is contained in:
Pinga 2024-01-02 15:55:22 +02:00
parent 174ae4d723
commit 217948cb44

View file

@ -42,7 +42,7 @@ if [[ ("$OS" == "Ubuntu" && "$VER" == "22.04") || ("$OS" == "Debian GNU/Linux" &
echo "Installing required packages..." echo "Installing required packages..."
apt install -y curl software-properties-common ufw apt install -y curl software-properties-common ufw
echo "Adding PHP repository..." 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 apt install -y debian-keyring debian-archive-keyring apt-transport-https
echo "Setting up Caddy repository..." echo "Setting up Caddy repository..."
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' -o caddy-stable.gpg.key curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' -o caddy-stable.gpg.key