mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
23 lines
1.3 KiB
Bash
23 lines
1.3 KiB
Bash
|
#!/bin/bash
|
||
|
|
||
|
apt install samba smbclient cifs-utils
|
||
|
|
||
|
exit;
|
||
|
|
||
|
The following additional packages will be installed:
|
||
|
attr ibverbs-providers libboost-atomic1.67.0 libboost-iostreams1.67.0 libboost-regex1.67.0 libboost-system1.67.0
|
||
|
libboost-thread1.67.0 libcephfs2 libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libibverbs1 librados2 libtirpc-common
|
||
|
libtirpc3 python-crypto python-dnspython python-gpg python-ldb python-samba python-tdb samba-common
|
||
|
samba-common-bin samba-dsdb-modules samba-vfs-modules tdb-tools
|
||
|
Suggested packages:
|
||
|
keyutils winbind python-crypto-doc bind9 bind9utils ctdb ldb-tools ntp | chrony smbldap-tools ufw heimdal-clients
|
||
|
The following NEW packages will be installed:
|
||
|
attr cifs-utils ibverbs-providers libboost-atomic1.67.0 libboost-iostreams1.67.0 libboost-regex1.67.0
|
||
|
libboost-system1.67.0 libboost-thread1.67.0 libcephfs2 libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libibverbs1
|
||
|
librados2 libtirpc-common libtirpc3 python-crypto python-dnspython python-gpg python-ldb python-samba python-tdb
|
||
|
samba samba-common samba-common-bin samba-dsdb-modules samba-vfs-modules smbclient tdb-tools
|
||
|
0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
|
||
|
Need to get 21.4 MB of archives.
|
||
|
After this operation, 81.4 MB of additional disk space will be used.
|
||
|
Do you want to continue? [Y/n] ^C
|