Moved scripts
This commit is contained in:
20
users/vsrv/scripts/server_installation.sh
Normal file
20
users/vsrv/scripts/server_installation.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
|
||||
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ncdu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
|
||||
update
|
||||
first_install
|
||||
|
||||
install_git
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_trash_cli
|
Reference in New Issue
Block a user