1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-30 15:48:05 +02:00

remove duplicate samba install

This commit is contained in:
pcarpent 2015-04-14 19:05:38 +02:00
parent 228808c637
commit 08fcb0d8fb

View File

@ -1,7 +1,5 @@
#!/bin/sh
apt-get install ldap-utils slapd samba
DEBIAN_FRONTEND=noninteractive apt-get install ldap-utils slapd -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y
DEBIAN_FRONTEND=noninteractive apt-get install samba python-samba -t wheezy-backports -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y