Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃毀 Update URL to download Zend Z-Ray from #170

Merged
merged 1 commit into from Jul 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/provision.sh
Expand Up @@ -348,7 +348,7 @@ apt-get install -y blackfire-agent blackfire-php

# Install Zend Z-Ray (for FPM only, not CLI)

sudo wget http://repos.zend.com/zend-server/early-access/ZRay-Homestead/zray-standalone-php72.tar.gz -O - | sudo tar -xzf - -C /opt
sudo wget http://repos.zend.com/zend-server/early-access/ZRay-Homestead/install-zray-homestead.zip -O - | sudo tar -xzf - -C /opt
sudo chown -R vagrant:vagrant /opt/zray

# Install The Chrome Web Driver & Dusk Utilities
Expand Down