Added server script
This commit is contained in:
@@ -3,5 +3,35 @@
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/install.sh
|
||||
|
||||
source $PWD/common/apps/snap/simplenote.sh
|
||||
|
||||
source $PWD/common/apps/chrome.sh
|
||||
source $PWD/common/apps/etcher.sh
|
||||
source $PWD/common/apps/flameshot.sh
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/gnome_tweaks.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ndcu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/stacer.sh
|
||||
source $PWD/common/apps/timeshift.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
source $PWD/common/apps/ulauncher.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
|
||||
|
||||
install_simplenote
|
||||
install_chrome
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_git
|
||||
install_gnome_tweaks
|
||||
install_lsd
|
||||
install_ndcu
|
||||
install_neofetch
|
||||
install_stacer
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
21
users/edraft/scripts/server_installation.sh
Normal file
21
users/edraft/scripts/server_installation.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/install.sh
|
||||
|
||||
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ndcu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
|
||||
|
||||
install_git
|
||||
install_lsd
|
||||
install_ndcu
|
||||
install_neofetch
|
||||
install_trash_cli
|
Reference in New Issue
Block a user