feat: add Mobileraker (#343)

Co-authored-by: th33xitus <th33xitus@googlemail.com>
This commit is contained in:
Patrick Schmidt
2023-06-17 19:34:26 +02:00
committed by GitHub
parent 345b7b66a3
commit 98866caefa
7 changed files with 275 additions and 9 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_companion.git"
}