fixed url

This commit is contained in:
Jonas Forsberg
2020-08-03 10:24:15 +02:00
parent 5b063c09c1
commit abe597c302

View File

@@ -9,7 +9,7 @@ if [[ $(grep -oP '(?<=\},\"name\":\"){{ name }}' {{ salt['user.info']( pillar['u
printf "{{ name }} is already installed\n"
else
printf "installing {{ name }}\n"
curl -sLo "$tmpfile" "$url"
curl -sLo "$tmpfile" {{ args['url'] }}
firefox "$tmpfile"
fi
{% endfor %}