chore: header

This commit is contained in:
tulili 2023-09-24 15:34:17 -03:00
parent 329d0989ed
commit 5d9aa55b4d
No known key found for this signature in database

View file

@ -1,4 +1,7 @@
set -euo pipefail
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
wget "https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(rpm -E %fedora)/ublue-os-staging-fedora-$(rpm -E %fedora).repo" \
-O "/etc/yum.repos.d/_copr_ublue-os_staging.repo"