diff --git a/install.sh b/install.sh index 6e59632..88b7364 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ do then git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git else - git clone ${GITSRVURL}/server-$(hostname -s).git + git clone ${GITSRVURL}/${playbook}.git fi [ -s /etc/dohardening ] || rm -f ${playbook}/hardening.yml if ls ${playbook}/*ansible*.yml >/dev/null 2>&1