From 7deec0dd0ff9313dc7b09918ea4435eae17acfad Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 15 May 2025 17:30:13 +0200 Subject: [PATCH] update package installation script on arm --- executable_install-fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index 0293eaa..0dd538e 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -131,7 +131,7 @@ if rpm -q $PACKAGE >/dev/null 2>&1; then else echo "$PACKAGE ist nicht installiert. Starte Download und Installation..." cd /tmp - wget https://github.com/mahmoudbahaa/outlook-for-linux/releases/download/v1.3.14-outlook/outlook-for-linux-1.3.14.x86_64.rpm + wget https://github.com/mahmoudbahaa/outlook-for-linux/releases/download/v1.3.14-outlook/outlook-for-linux-1.3.14.$(uname -m).rpm sudo rpm -ivh outlook-for-linux-1.3.14.x86_64.rpm cd fi