install.sh aktualisiert

This commit is contained in:
olli 2024-02-07 14:21:45 +01:00
parent b6f6c555ef
commit 24f192813c

View File

@ -27,7 +27,7 @@ for playbook in $PLAYBOOKS
do do
if [ -z "${GITSRVURL}" ] if [ -z "${GITSRVURL}" ]
then then
git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git# git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git
else else
git clone ${GITSRVURL}/server-$(hostname -s).git git clone ${GITSRVURL}/server-$(hostname -s).git
fi fi