mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 06:32:17 +03:00
updated ad.sh for passing samba-common version
This commit is contained in:
parent
2c667ec8b3
commit
00ba99b216
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ ad_host_name=$2
|
||||||
echo "samba-common samba-common/workgroup string WORKGROUP" | sudo debconf-set-selections
|
echo "samba-common samba-common/workgroup string WORKGROUP" | sudo debconf-set-selections
|
||||||
echo "samba-common samba-common/dhcp boolean false" | sudo debconf-set-selections
|
echo "samba-common samba-common/dhcp boolean false" | sudo debconf-set-selections
|
||||||
echo "samba-common samba-common/do_debconf boolean true" | sudo debconf-set-selections
|
echo "samba-common samba-common/do_debconf boolean true" | sudo debconf-set-selections
|
||||||
apt-get -y install samba-common
|
#apt-get -y install samba-common
|
||||||
|
DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" samba-common
|
||||||
|
|
||||||
cat > /root/debconf-krb5.conf <<EOF
|
cat > /root/debconf-krb5.conf <<EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue