add main/debian-installer to categories
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-16 08:23:00 -08:00
parent bc3736a5a4
commit c549c75107
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ fi
DONE=0
DIDIST="$(
echo "$UBUNTU_MIRROR_PROJECTS" | tr "," "\n" | grep -v "\-" | tr "\n" ","
echo -n "$UBUNTU_MIRROR_PROJECTS" | tr "," "\n" | grep -v "\-" | tr "\n" ","
)"
while [[ $DONE -eq 0 ]]; do