Update update.sh

This commit is contained in:
Sam Yaple 2017-01-09 18:33:38 +00:00
parent c4bbe0f28f
commit f39986334c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -x
set -e
set -u
for repo in debian; do
for repo in debian ubuntu; do
sed -e "s/%%DISTRO%%/${repo}/" downloader.sh > ${repo}/downloader.sh
chmod +x ${repo}/downloader.sh
done