chore: header
This commit is contained in:
parent
329d0989ed
commit
5d9aa55b4d
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue