Actualiser sk1/prepare-app.sh

This commit is contained in:
Antonin Filippi 2025-04-27 23:12:07 +00:00
parent f366894638
commit 831a994f59

View File

@ -3,7 +3,7 @@ set -e
# ─── GIT CONFIGURATION ───────────────────────────────────────────────
GIT_REMOTE_URL="https://af585fp_ftp:P32ubNLJPhnX_ftp@antonin.filippi.website.tuke.sk/plesk-git/exam-app"
BRANCH="master" # or "main" if thats your default branch
BRANCH="master"
# ────────────────────────────────────────────────────────────────────
command -v git >/dev/null 2>&1 || { echo "Install git"; exit 1; }