From e800fb6baafeb75bcd7fb1283b3ee8cf3cb464d8 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 15 May 2025 17:36:36 +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 d8d0522..a04f494 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.$(uname -m).rpm + wget --no-clobber 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.$(uname -m).rpm cd fi