forked from sig_core/toolkit
8 lines
201 B
Bash
8 lines
201 B
Bash
#!/bin/bash
|
|
set -o pipefail
|
|
{{ import_gpg_cmd }} | tee -a {{ sync_log }}
|
|
{{ dnf_plugin_cmd }} | tee -a {{ sync_log }}
|
|
{{ sync_cmd }} | tee -a {{ sync_log }}
|
|
|
|
# {{ check_cmd }} | tee -a {{ sync_log }}
|