From 217948cb44266a74694782707c80f06df632b51b Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:55:22 +0200 Subject: [PATCH] One more fix --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index 0914ac3..7a13861 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -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