From 5f0524fda72161edd1a7e3462dcff8fc815f9303 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 15 Jul 2020 13:12:07 +0500 Subject: [PATCH] Fix WriteItem call (#1231) Co-authored-by: Sergey Dolin --- images/linux/scripts/installers/php.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/linux/scripts/installers/php.sh b/images/linux/scripts/installers/php.sh index 0c4bbaabb..3725f6ac5 100644 --- a/images/linux/scripts/installers/php.sh +++ b/images/linux/scripts/installers/php.sh @@ -141,8 +141,8 @@ if isUbuntu20 ; then apt-get update AddBlockquote "To use ppa:ondrej/php APT repository On Ubuntu 20.04 it is necessary to add it to the APT sources" StartCode - WriteItem apt-add-repository ppa:ondrej/php -y - WriteItem apt-get update + WriteItem "apt-add-repository ppa:ondrej/php -y" + WriteItem "apt-get update" EndCode fi