feat(globals): add spoolman related globals

This commit is contained in:
Alessandro Maggi
2024-06-08 11:01:41 +02:00
parent 84b85b3552
commit dac1db0572

View File

@@ -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"
}