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.
1 parent f68b42a commit 2b064e2Copy full SHA for 2b064e2
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