download-ignition.sh: drop

This script isn't doing anything that `spectool -g -S` won't do.
This commit is contained in:
Benjamin Gilbert 2020-10-27 23:32:46 -04:00
parent 2c158893d7
commit a67d7056b8

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -xeuo pipefail
rpmspec -P ignition.spec | grep 'Source0:' | tr -s ' ' | cut -d ' ' -f 2 | xargs curl -LO