Added server script
This commit is contained in:
parent
a6cf40c279
commit
4d9b42ce48
@ -3,5 +3,5 @@
|
|||||||
first_install() {
|
first_install() {
|
||||||
echo 'Installing:'
|
echo 'Installing:'
|
||||||
|
|
||||||
sudo apt-get install net-tools htop tree zip unzip-y
|
sudo apt-get install net-tools nano htop tree zip unzip-y
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,35 @@
|
|||||||
source $PWD/common/scripts/update.sh
|
source $PWD/common/scripts/update.sh
|
||||||
source $PWD/common/scripts/install.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
|
update
|
||||||
default_install
|
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
|
Loading…
Reference in New Issue
Block a user