diff --git a/update.sh b/update.sh index bf39d44..2d0c44f 100644 --- a/update.sh +++ b/update.sh @@ -5,5 +5,5 @@ if [ -d ".git" ]; then git pull origin main # Met à jour les fichiers à partir du dépôt GitLab else echo "Cloning repository..." - git clone https://gitlab.com/ton-utilisateur/ton-depot.git /usr/share/nginx/html + git clone http://lab.canguidev.fr/cangui/canguidev.git /usr/share/nginx/html fi