fixes postprocess for removing rltype
This commit is contained in:
parent
55e7ff469e
commit
95116fc96d
@ -16,4 +16,4 @@ postprocess:
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -xeuo pipefail
|
set -xeuo pipefail
|
||||||
# Remove rltype from repo urls
|
# Remove rltype from repo urls
|
||||||
sed -i 's/\$rltype//g' input.txt
|
find /etc/yum.repos.d/ -type f -exec sed -i 's/\$rltype//g' {} \;
|
||||||
|
Loading…
Reference in New Issue
Block a user