From 9c311112493b6e149973ed8e496d567ded05dd12 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Tue, 9 Jan 2024 20:09:38 +0100 Subject: [PATCH] docs: update OpenSUSE instructions to auto refresh the repo Signed-off-by: Nicola Murino --- docs/repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo.md b/docs/repo.md index 3f415a02..6d594770 100644 --- a/docs/repo.md +++ b/docs/repo.md @@ -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: