Skip to content

Commit ead1bdd

Browse files
author
Alexander Paliarush
committed
Updated PHP 7.0 repository name
1 parent aa69a87 commit ead1bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vagrant/install_magento_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sed -i 's|www-data|vagrant|g' /etc/apache2/envvars
1919
# Setup PHP
2020
# Workaround until php7.0 is available in official ubuntu repository
2121
apt-get install -y language-pack-en-base
22-
LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php-7.0
22+
LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
2323
apt-get update
2424
apt-get install -y php7.0 php7.0-mcrypt php7.0-curl php7.0-cli php7.0-mysql php7.0-gd php7.0-intl php7.0-xsl
2525
# Install XDebug

0 commit comments

Comments
 (0)