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
if [ -z "${GITSRVURL}" ]
then
git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git#
git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git
else
git clone ${GITSRVURL}/server-$(hostname -s).git
fi