Skip to content

Commit

Permalink
fix smbclient segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Aug 10, 2017
1 parent 6df5f73 commit 24ccde4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextcloudpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
CONFDIR=/usr/local/etc/nextcloudpi-config.d/
UPLOADTMPDIR=/var/www/nextcloud/data/tmp
APTINSTALL="apt-get install -y --no-install-recommends"
export DEBIAN_FRONTEND=noninteractive


install()
Expand Down Expand Up @@ -162,7 +163,7 @@ EOF
/usr/local/bin/ncp-update

# External requirements for Apps
$APTINSTALL smbclient
$APTINSTALL -o "Dpkg::Options::=--force-confold" -t stretch php-smbclient
}

configure() { :; }
Expand Down

0 comments on commit 24ccde4

Please sign in to comment.