diff --git a/1-update.sh b/1-update.sh index c4a015b..86875b4 100644 --- a/1-update.sh +++ b/1-update.sh @@ -63,8 +63,10 @@ sed -i -e 's/APT::Periodic::Unattended-Upgrade "1";/APT::Periodic::Unattended-Up snap remove --purge snapd && apt-get -y remove snapd && apt-get -y autoremove -apt install -y netplan.io isc-dhcp-client isc-dhcp-common mc net-tools iputils-ping inetutils-traceroute htop ca-certificates -apt install -y apt-utils aptitude locales git squashfs-tools tzdata fdisk gdisk mc net-tools iputils-ping inetutils-traceroute iproute2 +apt-get -qq install -y netplan.io isc-dhcp-client isc-dhcp-common mc net-tools iputils-ping inetutils-traceroute htop ca-certificates +apt-get -qq install -y apt-utils aptitude locales git squashfs-tools tzdata fdisk gdisk mc iputils-ping inetutils-traceroute iproute2 +apt-get -qq install -y cifs-utils pwgen wget curl lsb-release smbclient +apt-get -qq install -y lsof gnupg2 apt-transport-https software-properties-common gnupg gcc make ### ? systemctl disable snapd.service && systemctl disable snapd.socket && systemctl disable snapd.seeded.service && systemctl mask snapd.service && rm -rf /var/cache/snapd/ && apt autoremove --purge snapd -y && rm -rf ~/snap