Update i.sh
This commit is contained in:
parent
f1d9fa2dc8
commit
af297b3474
6
i.sh
6
i.sh
@ -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…
x
Reference in New Issue
Block a user