fix fsSLSL to fsSL

This commit is contained in:
CanbiZ
2025-04-01 12:00:00 +02:00
parent a022619b93
commit 508a771b67
16 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing YunoHost (Patience)"
touch /etc/.pve-ignore.resolv.conf
curl -fsSLSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg
curl -fsSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg
$STD bash <(curl -fsSL https://install.yunohost.org) -a
msg_ok "Installed YunoHost"