diff --git a/website/_install.sh b/website/_install.sh index f291550..d2c61b2 100644 --- a/website/_install.sh +++ b/website/_install.sh @@ -14,4 +14,4 @@ useradd --system \ # Clone website repo mkdir -p /srv/www -git clone https://git.cohabit.fr/cohabit/website.git /srv/www +git clone -b main --depth 1 https://git.cohabit.fr/cohabit/website.git /srv/www