File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -708,8 +708,9 @@ function prepare_php_environment() {
708708 # Add PHP repository based on OS
709709 if [[ " ${DEBIAN[*]} " =~ $OS_CODENAME ]]; then
710710 info " PHP preparation" " Adding Sury PHP repository for Debian."
711- wget -qO /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
712- echo " deb https://packages.sury.org/php/ $OS_CODENAME main" | tee /etc/apt/sources.list.d/php.list
711+ wget -qO /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg > /dev/null 2>&1
712+ echo " deb https://packages.sury.org/php/ $OS_CODENAME main" \
713+ | tee /etc/apt/sources.list.d/php.list > /dev/null 2>&1
713714 elif [[ " $OS_CODENAME " == " mantic" ]]; then
714715 info " PHP preparation" " No source lists available for 'mantic'."
715716 else
You can’t perform that action at this time.
0 commit comments