forked from sh-edraft.de/sh_linux_installation_scripts
		
	Fixed scripts
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| 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 | ||||
|     cd btop | ||||
|     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/apps/snap/pycharm.sh | ||||
| source $PWD/common/debian/apps/snap/simplenote.sh | ||||
|  | ||||
| source $PWD/common/debian/apps/barrier.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/discord.sh | ||||
| source $PWD/common/debian/apps/etcher.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/git.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 | ||||
|  | ||||
| update | ||||
| default_install | ||||
|  | ||||
| install_simplenote | ||||
| first_install | ||||
|  | ||||
| install_barrier | ||||
| install_boxes | ||||
| install_brave | ||||
| install_btop | ||||
| install_chrome | ||||
| install_discord | ||||
| install_etcher | ||||
| install_flameshot | ||||
| install_freerdp | ||||
| install_geary | ||||
| install_git | ||||
| install_gnome_shell | ||||
|   | ||||
		Reference in New Issue
	
	Block a user