fix: Typo for variable in gnome-vrr

This commit is contained in:
fiftydinar 2024-09-18 09:33:59 +02:00 committed by GitHub
parent 7112d80598
commit a31cc10aeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ if [[ $(gnome-shell --version) =~ "46" ]]; then
exit 1
fi
REP_URL="https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-${OS_VERSION}/ublue-os-staging-fedora-${OS_VERSION}.repo"
REPO_URL="https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-${OS_VERSION}/ublue-os-staging-fedora-${OS_VERSION}.repo"
echo "Downloading repo file ${REPO_URL}"
curl -fs -o "/etc/yum.repos.d/ublue-os-staging.repo" "${REPO_URL}"
@ -17,4 +17,4 @@ echo "Downloaded repo file ${REPO_URL}"
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging mutter mutter-common gnome-control-center gnome-control-center-filesystem xorg-x11-server-Xwayland
rm -f /etc/yum.repos.d/ublue-os-staging.repo
rm -f /etc/yum.repos.d/ublue-os-staging.repo