forked from sig_core/toolkit
put sed in right spot
This commit is contained in:
parent
d482019ca5
commit
22184f30a4
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -o pipefail
|
||||
sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/*.repo
|
||||
{{ import_gpg_cmd }} | tee -a {{ sync_log }}
|
||||
{{ arch_force_cp }} | tee -a {{ sync_log }}
|
||||
{{ dnf_plugin_cmd }} | tee -a {{ sync_log }}
|
||||
sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/*.repo
|
||||
{{ sync_cmd }} | tee -a {{ sync_log }}
|
||||
|
||||
# {{ check_cmd }} | tee -a {{ sync_log }}
|
||||
|
Loading…
Reference in New Issue
Block a user