Skip to content

Commit

Permalink
🔥 Remove Z-Ray hard linking during install
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jun 3, 2018
1 parent 4cbcd00 commit da77b38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ 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 ln -sf /opt/zray/zray.ini /etc/php/7.2/fpm/conf.d/zray.ini
sudo ln -sf /opt/zray/lib/zray.so /usr/lib/php/20170718/zray.so
sudo chown -R vagrant:vagrant /opt/zray

# Install The Chrome Web Driver & Dusk Utilities
Expand Down

0 comments on commit da77b38

Please sign in to comment.