Update bootstrap script with correct GitLab repo URL
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user