From b0ab971da10cceefd1db9191edd84379f16ca166 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 15 May 2025 17:31:24 +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 0dd538e..d8d0522 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -132,7 +132,7 @@ 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.$(uname -m).rpm - sudo rpm -ivh outlook-for-linux-1.3.14.x86_64.rpm + sudo rpm -ivh outlook-for-linux-1.3.14.$(uname -m).rpm cd fi