Merge branch 'shark-master-patch-42539' into 'master'

Update i.sh

See merge request shark/proxmox-cluster-setup!1
merge-requests/2/head
Cole Deck 4 years ago
commit 29be07013f

@ -51,9 +51,9 @@ 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 htop iptraf iotop iftop iperf vim vim-nox unzip zip software-properties-common aptitude curl dos2unix dialog mlocate build-essential git ipset htop
/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
#snmpd snmp-mibs-downloader
chsh -s /usr/bin/fish
## Install kexec, allows for quick reboots into the latest updated kernel set as primary in the boot-loader.
# use command 'reboot-quick'
@ -76,6 +76,8 @@ WantedBy=kexec.target
EOF
systemctl enable kexec-pve.service
echo "alias reboot-quick='systemctl kexec'" >> /root/.bash_profile
mkdir -p /root/.config/fish
echo "alias reboot-quick 'systemctl kexec'" >> /root/.config/fish/config.fish
## Remove no longer required packages and purge old cached updates
/usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' autoremove

Loading…
Cancel
Save