Commit ea6ceeb3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play.d: use HTTPS instead of HTTP for downloads

parent 853e7ba9
...@@ -24,4 +24,4 @@ case $(epm print info -s) in ...@@ -24,4 +24,4 @@ case $(epm print info -s) in
fatal $1 is not supported ;; fatal $1 is not supported ;;
esac esac
epm install "http://repo.alter-os.ru/testing/AlterOffice/v$BASEVER/linux/x64/$distr" --scripts epm install "https://repo.alter-os.ru/testing/AlterOffice/v$BASEVER/linux/x64/$distr" --scripts
...@@ -7,7 +7,7 @@ SUPPORTEDARCHES="x86_64" ...@@ -7,7 +7,7 @@ SUPPORTEDARCHES="x86_64"
VERSION="$2" VERSION="$2"
DESCRIPTION="Okular GOST (free version) with CryptoPro support from the official site" DESCRIPTION="Okular GOST (free version) with CryptoPro support from the official site"
URL="https://packages.lab50.net" URL="https://packages.lab50.net"
REPOURL="http://packages.lab50.net" REPOURL="https://packages.lab50.net"
# TODO: remove repo too # TODO: remove repo too
case "$1" in case "$1" in
......
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