When I add a repository using zypper:

zypper ar <url> name

then I have to do

zypper lr

check the number of the repository and enable autorefresh:

zypper mr -r 2

Can't I do all this in one line?

有帮助吗?

解决方案

after looking around on the internet for a while I found the -f option:

zypper ar -f <url> name

this enables autorefresh automatically. I am wondering why autorefresh is off by default!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top