forked from sh-edraft.de/sh_linux_installation_scripts
		
	Fixed scripts
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| install_btop() { | install_btop() { | ||||||
|     sudo apt install coreutils sed git build-essential gcc-11 g++-11 |     sudo apt install coreutils sed git build-essential gcc g++ | ||||||
|     git clone https://github.com/aristocratos/btop.git |     git clone https://github.com/aristocratos/btop.git | ||||||
|     cd btop |     cd btop | ||||||
|     sudo make |     sudo make | ||||||
|   | |||||||
| @@ -4,14 +4,16 @@ source $PWD/common/debian/scripts/update.sh | |||||||
| source $PWD/common/debian/scripts/first_install.sh | source $PWD/common/debian/scripts/first_install.sh | ||||||
|  |  | ||||||
| source $PWD/common/debian/apps/snap/pycharm.sh | source $PWD/common/debian/apps/snap/pycharm.sh | ||||||
| source $PWD/common/debian/apps/snap/simplenote.sh |  | ||||||
|  |  | ||||||
| source $PWD/common/debian/apps/barrier.sh | source $PWD/common/debian/apps/barrier.sh | ||||||
| source $PWD/common/debian/apps/boxes.sh | source $PWD/common/debian/apps/boxes.sh | ||||||
|  | source $PWD/common/debian/apps/brave.sh | ||||||
|  | source $PWD/common/debian/apps/btop.sh | ||||||
| source $PWD/common/debian/apps/chrome.sh | source $PWD/common/debian/apps/chrome.sh | ||||||
| source $PWD/common/debian/apps/discord.sh | source $PWD/common/debian/apps/discord.sh | ||||||
| source $PWD/common/debian/apps/etcher.sh | source $PWD/common/debian/apps/etcher.sh | ||||||
| source $PWD/common/debian/apps/flameshot.sh | source $PWD/common/debian/apps/flameshot.sh | ||||||
|  | source $PWD/common/debian/apps/freerdp.sh | ||||||
| source $PWD/common/debian/apps/geary.sh | source $PWD/common/debian/apps/geary.sh | ||||||
| source $PWD/common/debian/apps/git.sh | source $PWD/common/debian/apps/git.sh | ||||||
| source $PWD/common/debian/apps/gnome_shell.sh | source $PWD/common/debian/apps/gnome_shell.sh | ||||||
| @@ -32,16 +34,17 @@ source $PWD/common/debian/apps/ulauncher.sh | |||||||
| source $PWD/common/debian/apps/vscode.sh | source $PWD/common/debian/apps/vscode.sh | ||||||
|  |  | ||||||
| update | update | ||||||
| default_install | first_install | ||||||
|  |  | ||||||
| install_simplenote |  | ||||||
|  |  | ||||||
| install_barrier | install_barrier | ||||||
| install_boxes | install_boxes | ||||||
|  | install_brave | ||||||
|  | install_btop | ||||||
| install_chrome | install_chrome | ||||||
| install_discord | install_discord | ||||||
| install_etcher | install_etcher | ||||||
| install_flameshot | install_flameshot | ||||||
|  | install_freerdp | ||||||
| install_geary | install_geary | ||||||
| install_git | install_git | ||||||
| install_gnome_shell | install_gnome_shell | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user