docs: update OpenSUSE instructions to auto refresh the repo

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-01-09 20:09:38 +01:00
parent e1b5d2fe39
commit 9c31111249
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -75,7 +75,7 @@ Add the SFTPGo repository:
```shell
ARCH=`uname -m`
sudo zypper addrepo "https://ftp.osuosl.org/pub/sftpgo/yum/${ARCH}" sftpgo
sudo zypper addrepo -f "https://ftp.osuosl.org/pub/sftpgo/yum/${ARCH}" sftpgo
```
Reload the package database and install SFTPGo: