From dac1db05720f66c0ba86a5d5326a7b749f833e24 Mon Sep 17 00:00:00 2001 From: Alessandro Maggi Date: Sat, 8 Jun 2024 11:01:41 +0200 Subject: [PATCH] feat(globals): add spoolman related globals --- scripts/globals.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" }