Repair pls. -"grep -w DIR |"
deviantdev opened this issue · 2 comments
deviantdev commented
for version in $(wget -qO - http://cdimage.ubuntu.com/releases/ | grep -w DIR | grep -oP href=\"[0-9].* | cut -d'"' -f2 | tr -d '/'); do
to
for version in $(wget -qO - http://cdimage.ubuntu.com/releases/ | grep -oP href=\"[0-9].* | cut -d'"' -f2 | tr -d '/'); do
lmckiwo commented
Thanks for the fix. I will do a pull requests in a couple of hours.
lmckiwo commented
Please close issue.