Improved first_install

This commit is contained in:
Sven Heidemann 2021-11-24 09:32:30 +01:00
parent 0fef597c8e
commit 8037177c83
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
first_install() {
echo 'Installing useful apps'
apt install net-tools dnsutils nano htop iftop tree zip unzip curl wget git sudo -y
apt install net-tools dnsutils nano htop iftop tree zip unzip curl wget git sudo sshpass -y
}

View File

@ -2,5 +2,5 @@
first_install() {
echo 'Installing useful apps'
dnf install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo -y
dnf install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo sshpass -y
}