This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/users/vsrv/scripts/server_installation.sh

27 lines
530 B
Bash
Raw Normal View History

2021-03-17 16:38:17 +01:00
#!/bin/bash
source $PWD/common/scripts/update.sh
2021-03-17 16:57:23 +01:00
source $PWD/common/scripts/first_install.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/git.sh
source $PWD/common/apps/lsd.sh
2021-03-17 16:57:23 +01:00
source $PWD/common/apps/ncdu.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/neofetch.sh
source $PWD/common/apps/trash-cli.sh
update
2021-04-14 16:17:30 +02:00
first_install
2021-03-17 16:38:17 +01:00
install_git
install_lsd
2021-03-17 16:57:23 +01:00
install_ncdu
2021-04-14 18:54:26 +02:00
echo 'echo ""' | sudo tee -a /etc/bash.bashrc > /dev/null
2021-04-21 10:47:52 +02:00
sudo python3 write_bashrc.py /home/ /root/
2021-03-17 16:38:17 +01:00
install_neofetch
install_trash_cli
2021-04-14 18:54:26 +02:00
# clean motd
# sudo rm -f /etc/motd
# sudo rm -f /etc/update-motd.d/*