Fix WriteItem call (#1231)

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
Sergey Dolin
2020-07-15 13:12:07 +05:00
committed by GitHub
parent c0e1a52e3c
commit 5f0524fda7

View File

@@ -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