apt upgrade
This commit is contained in:
parent
b0b610cf61
commit
3a10e40cbd
11
i.sh
11
i.sh
@ -51,14 +51,15 @@ apt-get update
|
|||||||
|
|
||||||
|
|
||||||
## Install common system utilities
|
## 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
|
export INSTALL_KEY=379CE192D401AB61
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
|
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
|
echo "deb https://ookla.bintray.com/debian generic main" | tee /etc/apt/sources.list.d/speedtest.list
|
||||||
apt-get update
|
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
|
systemctl enable glusterd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user