Improved first_install
This commit is contained in:
parent
0fef597c8e
commit
8037177c83
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
first_install() {
|
first_install() {
|
||||||
echo 'Installing useful apps'
|
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
|
||||||
}
|
}
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
first_install() {
|
first_install() {
|
||||||
echo 'Installing useful apps'
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user