From 71d9a654214d2e06d59624a4d4e1468a7fdc6218 Mon Sep 17 00:00:00 2001 From: Ilya Demyanov Date: Sat, 2 Nov 2024 09:25:05 +0300 Subject: [PATCH] Update vinteo.desktop.sh Fix urls --- play.d/vinteo.desktop.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/play.d/vinteo.desktop.sh b/play.d/vinteo.desktop.sh index b8fc90235..b68a70040 100755 --- a/play.d/vinteo.desktop.sh +++ b/play.d/vinteo.desktop.sh @@ -11,7 +11,7 @@ URL="https://vinteo.com" arch=amd64 pkgtype=deb -[ "$VERSION" = "*" ] && VERSION="$(eget --list --latest "https://download.vinteo.com/VinteoClient/linux/3.*" | xargs basename)" +[ "$VERSION" = "*" ] && VERSION="$(eget --list --latest "https://download.vinteo.com/VinteoClient/linux/4.*" | xargs basename)" [ -n "$VERSION" ] || fatal "Can't get version" # use rpm, but not for ALT @@ -19,10 +19,10 @@ pkgtype=deb case "$(epm print info -d)" in AstraLinux*) - PKGURL="https://download.vinteo.com/VinteoClient/linux/$VERSION/astralinux/Vinteo.Desktop-$VERSION-$arch.$pkgtype" + PKGURL="https://download.vinteo.com/VinteoClient/linux/$VERSION/astralinux/vinteo-desktop-$VERSION-$arch.$pkgtype" ;; *) - PKGURL="https://download.vinteo.com/VinteoClient/linux/$VERSION/Vinteo.Desktop-$VERSION-$arch.$pkgtype" + PKGURL="https://download.vinteo.com/VinteoClient/linux/$VERSION/vinteo-desktop-$VERSION-$arch.$pkgtype" ;; esac