forked from sh-edraft.de/sh_linux_installation_scripts
		
	Improved scripts for server uses
This commit is contained in:
		| @@ -1,22 +1,12 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| source $PWD/apps/chrome.sh | ||||
| source $PWD/apps/etcher.sh | ||||
| source $PWD/apps/lsd.sh | ||||
| source $PWD/apps/timeshift.sh | ||||
| source $PWD/apps/ulauncher.sh | ||||
|  | ||||
| default_install() { | ||||
|     echo 'Installing:' | ||||
|  | ||||
|     sudo apt-get install net-tools htop tree zip unzip neofetch stacer gnome-tweaks trash-cli ncdu flameshot -y | ||||
|     sudo apt-get install net-tools htop tree zip unzip neofetch trash-cli ncdu -y | ||||
|     sudo echo "neofetch" >> /home/*/.bashrc | ||||
|  | ||||
|     sudo snap install simplenote | ||||
|  | ||||
|     install_chrome | ||||
|     install_etcher | ||||
|     install_lsd | ||||
|     install_timeshift | ||||
|     install_ulauncher | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user