1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00

Update install_deps.sh

This commit is contained in:
Daniil Gentili 2017-12-22 12:06:37 +01:00 committed by GitHub
parent 837ca7270c
commit a1edd96169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,7 @@ cd ../
git clone https://github.com/danog/PrimeModule-ext
cd PrimeModule-ext
make -j16
sudo make install
phpenv config-add primemodule.ini
echo "extension=$PWD/primemodule.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
cd ..
exit 0