Update yunohost-v5-install.sh

pull/930/head
tteckster 2023-01-06 14:28:29 -05:00 committed by GitHub
parent 796822d451
commit 9a56cba0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing YunoHost (Patience)"
$STD bash <(curl -fsSL https://install.yunohost.org) -a
wget -q -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
$STD wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
msg_ok "Installed YunoHost"
PASS=$(grep -w "root" /etc/shadow | cut -b6)