Skip to content

Commit

Permalink
fix: Remove oversteer until it supports aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed May 27, 2024
1 parent f004fc3 commit 4bd2999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if [ -n "${RPMFUSION_MIRROR}" ]; then
sed -i "s%^#baseurl=http://download1.rpmfusion.org%baseurl=${RPMFUSION_MIRROR}%" /etc/yum.repos.d/rpmfusion-*.repo
fi

# Disable oversteer until it supports aarch64
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo_oversteer.repo

# run common packages script
/tmp/packages.sh

Expand Down
1 change: 0 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"nvtop",
"openrgb-udev-rules",
"openssl",
"oversteer-udev",
"pam-u2f",
"pam_yubico",
"pamu2fcfg",
Expand Down

0 comments on commit 4bd2999

Please sign in to comment.