update package installation script on arm
This commit is contained in:
parent
b0ab971da1
commit
e800fb6baa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue