add a few utility scripts for downloading sources
This commit is contained in:
parent
a917a6aa1a
commit
d3515dd2dd
3
download-ignition-dracut.sh
Executable file
3
download-ignition-dracut.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -xeuo pipefail
|
||||
rpmspec -P ignition.spec | grep 'Source1:' | tr -s ' ' | cut -d ' ' -f 2 | xargs wget
|
3
download-ignition.sh
Executable file
3
download-ignition.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -xeuo pipefail
|
||||
rpmspec -P ignition.spec | grep 'Source0:' | tr -s ' ' | cut -d ' ' -f 2 | xargs wget
|
Loading…
Reference in New Issue
Block a user