forked from sh-edraft.de/sh_linux_installation_scripts
		
	Added btop app
This commit is contained in:
		
							
								
								
									
										9
									
								
								common/debian/apps/btop.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								common/debian/apps/btop.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| install_btop() { | ||||
|     sudo apt install coreutils sed git build-essential gcc-11 g++-11 | ||||
|     git clone https://github.com/aristocratos/btop.git | ||||
|     cd btop | ||||
|     sudo make | ||||
|     sudo make install | ||||
| } | ||||
							
								
								
									
										10
									
								
								common/redhat/apps/btop.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								common/redhat/apps/btop.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| install_btop() { | ||||
|     sudo dnf groupinstall 'Development Tools' -y | ||||
|     sudo dnf install coreutils sed git gcc-c++ -y | ||||
|     git clone https://github.com/aristocratos/btop.git | ||||
|     cd btop | ||||
|     sudo make | ||||
|     sudo make install | ||||
| } | ||||
							
								
								
									
										7
									
								
								common/redhat/scripts/default_installation.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								common/redhat/scripts/default_installation.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| source $PWD/common/redhat/scripts/first_install.sh | ||||
| source $PWD/common/redhat/scripts/update.sh | ||||
|  | ||||
| first_install | ||||
| update | ||||
		Reference in New Issue
	
	Block a user