21 lines
404 B
Bash
Executable File
21 lines
404 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Git pull
|
|
# Differencies betwen install.cfg a install-old.cfg
|
|
|
|
# Stop systemD service
|
|
|
|
|
|
# Update or Upgrade ((idk))
|
|
|
|
printf "+ Updating your base system\n"
|
|
|
|
apt update && apt upgrade -y
|
|
|
|
|
|
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)
|