We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e9bb03 + 2b064e2 commit 5fc8c1aCopy full SHA for 5fc8c1a
oscfg/opensuse.sh
@@ -28,8 +28,8 @@ opensuse_distro() {
28
echo "Unsupported openSUSE distro ($DISTRO). Supported are tumbleweed and leap!"
29
exit 1
30
fi
31
- $ZYPPCMD ar -r $DLURL$REPO repo-oss
32
- $ZYPPCMD ar -r $DLURL$UPDATEREPO repo-oss-update
+ $ZYPPCMD ar -f $DLURL$REPO repo-oss
+ $ZYPPCMD ar -f $DLURL$UPDATEREPO repo-oss-update
33
$ZYPPCMD --gpg-auto-import-keys ref
34
$ZYPPCMD install --download in-advance -t pattern enhanced_base x11
35
$ZYPPCMD install --download in-advance NetworkManager spice-vdagent
0 commit comments