From 0c528260983a7beb6a775d7f57eb78bae3f51975 Mon Sep 17 00:00:00 2001 From: NewName Date: Sat, 17 Aug 2024 09:55:04 +0800 Subject: [PATCH] Update wp.sh --- wp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp.sh b/wp.sh index 858bd2c..987a9b6 100644 --- a/wp.sh +++ b/wp.sh @@ -75,7 +75,7 @@ sudo find /var/www/html/wordpress/ -type d -exec chmod 750 {} \; sudo find /var/www/html/wordpress/ -type f -exec chmod 640 {} \; # 安装Caddy -sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https +sudo apt install -y -q debian-keyring debian-archive-keyring apt-transport-https curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list sudo apt update -q