forked from sh-edraft.de/sh_linux_installation_scripts
		
	Improved first_install
This commit is contained in:
		| @@ -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 | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user