Commit 901e09c2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-addrepo: fix add Deffered repo

parent 7d27d9d5
...@@ -262,12 +262,12 @@ __epm_addrepo_altlinux() ...@@ -262,12 +262,12 @@ __epm_addrepo_altlinux()
;; ;;
deferred) deferred)
[ "$DISTRVERSION" = "Sisyphus" ] || fatal "Etersot Sisyphus Deferred supported only for ALT Sisyphus." [ "$DISTRVERSION" = "Sisyphus" ] || fatal "Etersot Sisyphus Deferred supported only for ALT Sisyphus."
epm repo add "http://download.etersoft.ru/pub Etersoft/Sisyphus/Deferred" epm repo add "http://download.etersoft.ru/pub/Etersoft/Sisyphus/Deferred"
return 0 return 0
;; ;;
deferred.org) deferred.org)
[ "$DISTRVERSION" = "Sisyphus" ] || fatal "Etersot Sisyphus Deferred supported only for ALT Sisyphus." [ "$DISTRVERSION" = "Sisyphus" ] || fatal "Etersot Sisyphus Deferred supported only for ALT Sisyphus."
epm repo add "http://mirror.eterfund.org/download.etersoft.ru/pub Etersoft/Sisyphus/Deferred" epm repo add "http://mirror.eterfund.org/download.etersoft.ru/pub/Etersoft/Sisyphus/Deferred"
return 0 return 0
;; ;;
archive) archive)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment