From afb9b7beb021c0847a7228a200a82e30600d2f63 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov <lav@etersoft.ru> Date: Mon, 15 Aug 2022 15:11:21 +0300 Subject: [PATCH] epm play geogebra: fix download on deb systems --- play.d/geogebra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.d/geogebra.sh b/play.d/geogebra.sh index 6f85918..cf0e027 100755 --- a/play.d/geogebra.sh +++ b/play.d/geogebra.sh @@ -23,7 +23,7 @@ repack='' case $pkgtype in deb) - epm install "http://www.geogebra.net/linux/pool/main/g/geogebra-classic/(epm print constructname $PKGNAME "*" $arch)" + epm install "http://www.geogebra.net/linux/pool/main/g/geogebra-classic/$(epm print constructname $PKGNAME "*" $arch)" ;; rpm) epm $repack install "http://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "*" $arch)" -- 2.24.1