Skip to content

Commit

Permalink
discord: kernel architecture is aarch64, not arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jul 20, 2023
1 parent 1893bc0 commit 1b3da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/discord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ then
# I'm not including 32-bit arm here despite Webcord (currently) providing downloads for it because
# 1. Fedora deprecated it https://arm.fedoraproject.org/
# 2. I'm too lazy to parse out armv7l and armv7hl
if [[ $architecture == "arm64" ]] || [[ $architecture == "x86_64" ]]; then
if [[ $architecture == "aarch64" ]] || [[ $architecture == "x86_64" ]]; then
echo "Installing dependencies..."
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install lastversion
Expand Down

0 comments on commit 1b3da7b

Please sign in to comment.