Skip to content

Commit a656f3b

Browse files
committed
updated setup script
1 parent 3e6e582 commit a656f3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
php-config --extension-dir > /dev/null
44
if [ $? -eq 0 ]
55
then
6-
6+
sudo mv Source.so $(php-config --extension-dir)/
77
else
8-
8+
sudo apt install php-config
9+
sudo mv Source.so $(php-config --extension-dir)/
910
fi

0 commit comments

Comments
 (0)