forked from sh-edraft.de/sh_linux_installation_scripts
		
	Changed to apt
This commit is contained in:
		
							
								
								
									
										6
									
								
								common/redhat/scripts/first_install.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								common/redhat/scripts/first_install.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| first_install() { | ||||
|     echo 'Installing useful apps' | ||||
|     dnf install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo -y | ||||
| } | ||||
							
								
								
									
										6
									
								
								common/redhat/scripts/update.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								common/redhat/scripts/update.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| update() { | ||||
|     echo 'Starting upgrade:' | ||||
|     sudo dnf upgrade | ||||
| } | ||||
		Reference in New Issue
	
	Block a user