Commit dfca1260 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-addrepo: fix astra support

parent 774debe3
...@@ -371,7 +371,7 @@ __epm_addrepo_astra() ...@@ -371,7 +371,7 @@ __epm_addrepo_astra()
# keywords # keywords
# https://wiki.astralinux.ru/pages/viewpage.action?pageId=3276859 # https://wiki.astralinux.ru/pages/viewpage.action?pageId=3276859
case "$1-$reponame" in case "$1-$reponame" in
astra-1.7_x86_64) astra-1.7_x86-64)
# TODO epm repo change http / https # TODO epm repo change http / https
epm install --skip-installed apt-transport-https ca-certificates || fatal epm install --skip-installed apt-transport-https ca-certificates || fatal
# https://wiki.astralinux.ru/pages/viewpage.action?pageId=158598882 # https://wiki.astralinux.ru/pages/viewpage.action?pageId=158598882
...@@ -391,7 +391,7 @@ __epm_addrepo_astra() ...@@ -391,7 +391,7 @@ __epm_addrepo_astra()
return return
;; ;;
astra-*) astra-*)
fatal "Unsupported distro version $reponame, see '# epm print info' output." fatal "Unsupported distro version $1-$reponame, see '# epm print info' output."
;; ;;
esac esac
......
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