We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6e582 commit a656f3bCopy full SHA for a656f3b
setup.sh
@@ -3,7 +3,8 @@
3
php-config --extension-dir > /dev/null
4
if [ $? -eq 0 ]
5
then
6
-
+ sudo mv Source.so $(php-config --extension-dir)/
7
else
8
+ sudo apt install php-config
9
10
fi
0 commit comments