From 3a10e40cbd4c4fc1202dde0fbc6cb37471e35c92 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Fri, 12 Mar 2021 12:30:52 -0600 Subject: [PATCH] apt upgrade --- i.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/i.sh b/i.sh index d601472..ec94e00 100644 --- a/i.sh +++ b/i.sh @@ -51,14 +51,15 @@ apt-get update ## Install common system utilities -/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' install whois omping tmux sshpass wget axel nano pigz net-tools iptraf iotop iftop iperf unzip zip software-properties-common aptitude curl dos2unix dialog mlocate build-essential git ipset htop fish neofetch glusterfs-server glusterfs-client tmate lshw ifupdown2 +/usr/bin/env DEBIAN_FRONTEND=noninteractive apt -y upgrade +/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' install whois omping tmux sshpass wget axel nano pigz net-tools iptraf iotop iftop iperf unzip zip software-properties-common aptitude curl dos2unix dialog mlocate build-essential git ipset htop fish neofetch glusterfs-server glusterfs-client tmate lshw ifupdown2 sudo -/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install gnupg1 apt-transport-https dirmngr +/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y install gnupg1 apt-transport-https dirmngr export INSTALL_KEY=379CE192D401AB61 -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY -echo "deb https://ookla.bintray.com/debian generic main" | sudo tee /etc/apt/sources.list.d/speedtest.list +apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY +echo "deb https://ookla.bintray.com/debian generic main" | tee /etc/apt/sources.list.d/speedtest.list apt-get update -/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install speedtest +/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y install speedtest systemctl enable glusterd