34 lines
538 B
Bash
Executable File
34 lines
538 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Stop systemD service
|
|
#
|
|
# apt update
|
|
# Git pull
|
|
#
|
|
# Differencies betwen install.cfg a install-old.cfg > found what work needs to be done
|
|
#
|
|
# depandencies install
|
|
# files
|
|
# user
|
|
#
|
|
# velocity.toml
|
|
#
|
|
# mods
|
|
#
|
|
# firewall
|
|
#
|
|
# systemD rm script + cp new
|
|
#
|
|
# Tailscale install
|
|
#
|
|
# chown velocity:velocity
|
|
#
|
|
# + all to rm
|
|
#
|
|
|
|
printf "\n Everythink is now set up. It is good idea to check these:"
|
|
printf "\n systemctl status mc-velocity"
|
|
printf "\n su velocity -s /bin/bash \n"
|
|
|
|
# Update install-old.cfg (date as version number)
|