feat: outsource globals in own file

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-05 12:14:01 +02:00
parent 8a293011c5
commit 85b533e703
13 changed files with 69 additions and 66 deletions

View File

@@ -11,14 +11,6 @@
set -e
### global variables
SYSTEMD="/etc/systemd/system"
INITD="/etc/init.d"
ETCDEF="/etc/default"
MOONRAKER_ENV="${HOME}/moonraker-env"
MOONRAKER_DIR="${HOME}/moonraker"
MOONRAKER_REPO="https://github.com/Arksine/moonraker.git"
#===================================================#
#================ INSTALL MOONRAKER ================#
#===================================================#