Commit c5a92911 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add missed warn_version_is_not_supported for snap source

parent 04a2e51d
......@@ -8,5 +8,7 @@ URL="https://snapcraft.io/deepseek-desktop"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
......@@ -8,6 +8,8 @@ URL="https://ngrok.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl https://snapcraft.io/ngrok)"
install_pkgurl
......@@ -8,5 +8,7 @@ URL="https://snapcraft.io/penpot-desktop"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
......@@ -8,6 +8,8 @@ URL="https://www.plex.tv/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl https://snapcraft.io/plex-desktop)"
install_pkgurl
......@@ -8,5 +8,7 @@ URL="https://snapcraft.io/raindrop"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
......@@ -8,5 +8,7 @@ URL="https://snapcraft.io/singularityapp"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
......@@ -8,5 +8,7 @@ URL="https://snapcraft.io/tradingview"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
......@@ -8,5 +8,7 @@ URL="https://snapcraft.io/whatsie"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
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