Commit 21dcc133 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play geogebra: restore install via IPFS store

parent 2f058df7
......@@ -4,6 +4,7 @@ PKGNAME=geogebra-classic
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION="Geogebra 6 from the official site"
URL="https://wiki.geogebra.org/en/Reference:GeoGebra_Installation"
. $(dirname $0)/common.sh
......@@ -23,11 +24,13 @@ repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
case $pkgtype in
deb)
epm install "https://www.geogebra.net/linux/pool/main/g/geogebra-classic/$(epm print constructname $PKGNAME "$VERSION" $arch)"
;;
#deb)
# epm install "https://www.geogebra.net/linux/pool/main/g/geogebra-classic/$(epm print constructname $PKGNAME "$VERSION" $arch)"
# ;;
rpm)
epm $repack install "https://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "$VERSION" $arch)"
#epm $repack install "https://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "$VERSION" $arch)"
#http://www.geogebra.net/linux/rpm/x86_64/geogebra-classic-6.0.666.0-202109211234.x86_64.rpm
epm $repack install "ipfs://Qmc6KzDcverDKJptZd6ffJMqyYbKKcuwdHitB6EAEw2C6n?filename=geogebra-classic-6.0.666.0-202109211234.x86_64.rpm"
;;
*)
fatal "Unsupported $pkgtype"
......
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