This commit is contained in:
nora 2025-08-03 00:33:53 +02:00
parent a1187fbef5
commit 68174b4a77
49 changed files with 88 additions and 585 deletions

View file

@ -7,9 +7,9 @@ APP="$1"
if [ "$APP" = "hugo-chat" ]; then
REPO="https://github.com/C0RR1T/HugoChat.git"
elif [ "$APP" = "cors" ]; then
REPO="https://github.com/nilstrieb-lehre/davinci-cors.git"
REPO="https://github.com/noratrieb-lehre/davinci-cors.git"
else
REPO="https://github.com/Nilstrieb/$APP.git"
REPO="https://github.com/Noratrieb/$APP.git"
fi
echo "Checking out $REPO"