Update bootstrap script with correct GitLab repo URL

This commit is contained in:
Deeman
2025-10-13 20:36:08 +02:00
parent 558829f70b
commit f46fd53d38

View File

@@ -26,7 +26,7 @@ if [ "$EUID" -ne 0 ]; then
fi
# Configuration
REPO_URL="${REPO_URL:-https://gitlab.com/YOUR_USERNAME/materia.git}" # TODO: Update this!
REPO_URL="${REPO_URL:-git@gitlab.com:deemanone/materia.git}"
MATERIA_DIR="/opt/materia"
REPO_DIR="$MATERIA_DIR/repo"