Some checks failed
Build containers / Build and push image (linux/arm64, asahi-cosmic, 43) (push) Failing after 4m18s
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
#Get the asahi GPG keys
|
|
dnf copr enable -y @asahi/fedora-remix-branding
|
|
dnf install -y asahi-repos |