feat: Add Mobileraker_Companion

This commit is contained in:
Patrick Schmidt
2023-05-27 17:22:38 +01:00
parent 8228943850
commit 430cf97e97
6 changed files with 269 additions and 5 deletions

View File

@@ -78,4 +78,9 @@ function set_globals() {
CROWSNEST_DIR="${HOME}/crowsnest"
CROWSNEST_REPO="https://github.com/mainsail-crew/crowsnest.git"
#=============== Mobileraker ================#
MOBILERAKER_ENV="${HOME}/mobileraker-env"
MOBILERAKER_DIR="${HOME}/mobileraker_companion"
MOBILERAKER_REPO="https://github.com/Clon1998/mobileraker.git"
}