Skip to content

Commit 906a358

Browse files
author
Alexander Paliarush
committed
Install varnish if it is not installed automatically on vagrant reload
1 parent a5f16b2 commit 906a358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/provision/upgrade_environment_recurring.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ set -ex
1313

1414
use_php7=$4
1515

16+
# Delete obsolete repository
17+
sudo rm -f /etc/apt/sources.list.d/ondrej-php-7_0-trusty.list
18+
1619
# Upgrade for vagrant box paliarush/magento2.ubuntu v1.1.0
1720
if [[ ${use_php7} -eq 1 ]]; then
1821
if /usr/bin/php7.0 -v | grep -q '7.0.5' ; then

0 commit comments

Comments
 (0)