WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=eb5fa5cf7dbc6acb6559a94ccdcebd9ca3b7a264
commit eb5fa5cf7dbc6acb6559a94ccdcebd9ca3b7a264 Author: Drew Adams <druony...@opensuse.org> Date: Wed Dec 23 01:03:39 2015 -0800 Wiki page opensuse-start changed with summary [] by Drew Adams --- pages/distros/opensuse-start.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/distros/opensuse-start.txt b/pages/distros/opensuse-start.txt index fb3e1b1..4b754fb 100644 --- a/pages/distros/opensuse-start.txt +++ b/pages/distros/opensuse-start.txt @@ -14,7 +14,7 @@ here is an example with Tumbleweed: <code bash> #as root export DISTRO_NAME="openSUSE_Tumbleweed" -zypper addrepo http://download.opensuse.org/repositories/X11:Enlightenment:Factory/${DISTRO_NAME}/X11:Enlightenment:Factory.repo +zypper addrepo -f http://download.opensuse.org/repositories/X11:Enlightenment:Factory/${DISTRO_NAME}/X11:Enlightenment:Factory.repo zypper refresh </code> --