mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
fix installing libsmbclient-php on travis
This commit is contained in:
parent
1fb6581c8d
commit
96c2671fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ wget -O /tmp/libsmbclient-php.zip https://github.com/eduardok/libsmbclient-php/a
|
|||
unzip /tmp/libsmbclient-php.zip -d /tmp
|
||||
cd /tmp/libsmbclient-php-master
|
||||
phpize && ./configure && make && sudo make install
|
||||
echo 'extension="libsmbclient.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
echo 'extension="smbclient.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue