Adding OS to the nice bootstrap script

This commit is contained in:
2026-04-11 13:08:32 +02:00
parent defdc60a52
commit 881724203b
+1
View File
@@ -13,6 +13,7 @@
set -euo pipefail set -euo pipefail
REPO_DIR="$(cd "$(dirname "$0")" && pwd)" REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
OS="$(uname -s)"
GUTASK_DIR="${HOME}/gutasktool" GUTASK_DIR="${HOME}/gutasktool"
GITEA_HOST="ramanujan.glitch.university" GITEA_HOST="ramanujan.glitch.university"
GITEA_PORT=2222 GITEA_PORT=2222