update package installation script on arm

This commit is contained in:
Simon Rieger 2025-05-15 17:30:13 +02:00
parent beec11f6a4
commit 7deec0dd0f

View file

@ -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