diff --git a/scripts/globals.sh b/scripts/globals.sh index 9504911..c499b89 100644 --- a/scripts/globals.sh +++ b/scripts/globals.sh @@ -87,4 +87,8 @@ function set_globals() { OCTOAPP_ENV="${HOME}/octoapp-env" OCTOAPP_DIR="${HOME}/octoapp" OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git" + + #=============== Spoolman ================# + SPOOLMAN_DIR="${HOME}/spoolman" + SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest" }