diff --git a/pre/gsbboot b/pre/gsbboot index b462f70..fa07250 100644 --- a/pre/gsbboot +++ b/pre/gsbboot @@ -24,7 +24,7 @@ if [[ -z ${DEPL+x} ]]; then fi hostf="${host}.local" -prj=gsb2022 +prj=gsb2023 APT=apt which git >> /dev/null diff --git a/pre/inst-depl b/pre/inst-depl index 69312fe..895af7b 100644 --- a/pre/inst-depl +++ b/pre/inst-depl @@ -4,7 +4,7 @@ set -o errexit set -o pipefail GITUSR=gitgsb -GITPRJ=gsb2022 +GITPRJ=gsb2023 apt update && apt upgrade apt install -y apache2 git STOREREP="/var/www/html/gsbstore" diff --git a/pre/pull-config b/pre/pull-config index 4566973..cc40365 100644 --- a/pre/pull-config +++ b/pre/pull-config @@ -1,7 +1,7 @@ #!/bin/bash if [ -z ${UREP+x} ]; then - UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2022.git + UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git fi dir=/root/tools/ansible