Improved scripts for server uses
This commit is contained in:
parent
b84635bbbf
commit
0a6836a8e5
@ -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
|
||||
}
|
||||
|
20
desktop/install.sh
Normal file
20
desktop/install.sh
Normal file
@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/apps/chrome.sh
|
||||
source $PWD/apps/etcher.sh
|
||||
source $PWD/apps/timeshift.sh
|
||||
source $PWD/apps/ulauncher.sh
|
||||
|
||||
desktop_install() {
|
||||
echo 'Installing:'
|
||||
|
||||
sudo apt-get install stacer gnome-tweaks flameshot -y
|
||||
|
||||
sudo snap install simplenote
|
||||
|
||||
install_timeshift
|
||||
install_ulauncher
|
||||
install_chrome
|
||||
install_etcher
|
||||
|
||||
}
|
9
desktop_installation.sh
Normal file
9
desktop_installation.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/default/update.sh
|
||||
source $PWD/default/install.sh
|
||||
source $PWD/desktop/install.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
desktop_install
|
Loading…
Reference in New Issue
Block a user