Commit 8350ff7e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play kompas3d: switch to stable

parent 9aecde9c
......@@ -6,19 +6,23 @@ SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Kompas 3D beta from the official site"
URL="https://repo.ascon.ru/beta"
REPOURL="https://repo.ascon.ru/beta"
REPOURL="https://repo.ascon.ru/stable"
. $(dirname $0)/common.sh
warn_version_is_not_supported
case $(epm print info -e) in
ALTLinux/p10|ALTLinux/c10f*)
epm repo addkey "$REPOURL/alt/ascon.gpg"
epm repo add "rpm [ascon] $REPOURL/alt/ p10/x86_64 main"
;;
ALTLinux/p11|ALTLinux/Sisyphus)
epm repo addkey "$REPOURL/alt/ascon.gpg"
epm repo add "rpm [ascon] $REPOURL/alt/ p11/x86_64 main"
;;
RedOS/8.0)
epm repo addkey ascon-beta "$REPOURL/rpm/redos/8.0/" "$REPOURL/rpm/ascon.gpg" "Ascon Beta"
epm repo addkey ascon "$REPOURL/rpm/redos/8.0/" "$REPOURL/rpm/ascon.gpg" "Ascon"
;;
AstraLinuxSE/1.8)
# Copied from install script
......
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