fix: Typo for variable in gnome-vrr
This commit is contained in:
parent
7112d80598
commit
a31cc10aeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue