2016-11-21 11:50:22 +01:00

7 lines
102 B
Django/Jinja

#!/bin/bash
pushd /etc/yum.repos.d/
{% for item in repos_url %}
wget {{ item }}
{% endfor %}
popd