5 lines
64 B
Cheetah
5 lines
64 B
Cheetah
|
#!/bin/bash
|
||
|
set -o pipefail
|
||
|
{{ dnf_plugin_cmd }}
|
||
|
{{ sync_cmd }}
|