Commit 0ffe5b51 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix status on error

parent 8faf5ec8
...@@ -29,7 +29,7 @@ else ...@@ -29,7 +29,7 @@ else
PKGURL="https://download.anydesk.com/linux/$PKGMASK" PKGURL="https://download.anydesk.com/linux/$PKGMASK"
fi fi
install_pkgurl install_pkgurl || exit
echo echo
echo "Note: run echo "Note: run
......
...@@ -24,7 +24,7 @@ case "$pkgtype-$arch" in ...@@ -24,7 +24,7 @@ case "$pkgtype-$arch" in
;; ;;
esac esac
install_pkgurl install_pkgurl || exit
echo echo
echo "Note: run echo "Note: run
......
...@@ -13,7 +13,7 @@ warn_version_is_not_supported ...@@ -13,7 +13,7 @@ warn_version_is_not_supported
#PKG="$(eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")" #PKG="$(eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")"
PKGURL="https://flyviewvms.ru/distro/flyview-server.deb" PKGURL="https://flyviewvms.ru/distro/flyview-server.deb"
install_pkgurl install_pkgurl || exit
echo echo
echo " echo "
......
...@@ -30,7 +30,7 @@ esac ...@@ -30,7 +30,7 @@ esac
PKGURL=$(eget --list --latest https://download.guardant.ru/LM/Linux/$VERSION/$shortarch/ "$file") PKGURL=$(eget --list --latest https://download.guardant.ru/LM/Linux/$VERSION/$shortarch/ "$file")
install_pack_pkgurl "$VERSION" install_pack_pkgurl "$VERSION" || exit
cat <<EOF cat <<EOF
......
...@@ -13,7 +13,7 @@ warn_version_is_not_supported ...@@ -13,7 +13,7 @@ warn_version_is_not_supported
PKGURL="https://downloads.lexmark.com/downloads/drivers/Lexmark-UPD-PPD-Files-1.0-05252022.x86_64.rpm" PKGURL="https://downloads.lexmark.com/downloads/drivers/Lexmark-UPD-PPD-Files-1.0-05252022.x86_64.rpm"
install_pack_pkgurl install_pack_pkgurl || exit
echo "Note: run echo "Note: run
# serv cups restart # serv cups restart
......
...@@ -44,7 +44,7 @@ else ...@@ -44,7 +44,7 @@ else
PKGURL="$(eget --list --latest https://rudesktop.ru/downloads/ "$PKGNAME-*-amd64.$pkgtype")" PKGURL="$(eget --list --latest https://rudesktop.ru/downloads/ "$PKGNAME-*-amd64.$pkgtype")"
fi fi
install_pkgurl install_pkgurl || exit
echo echo
echo "Note: run echo "Note: run
......
...@@ -29,7 +29,7 @@ if [ "$VERSION" = "*" ] && echo "$PKGURL" | grep -q "nightly" ; then ...@@ -29,7 +29,7 @@ if [ "$VERSION" = "*" ] && echo "$PKGURL" | grep -q "nightly" ; then
PKGURL=$(eget --list --second-latest https://github.com/rustdesk/rustdesk/releases "$MASK") PKGURL=$(eget --list --second-latest https://github.com/rustdesk/rustdesk/releases "$MASK")
fi fi
install_pkgurl install_pkgurl || exit
cat <<EOF cat <<EOF
......
...@@ -20,7 +20,7 @@ arch=$(epm print info --distro-arch) ...@@ -20,7 +20,7 @@ arch=$(epm print info --distro-arch)
# epm uses eget to download * names # epm uses eget to download * names
PKGURL="https://download.teamviewer.com/download/linux/$(epm print constructname $PKGNAME)" PKGURL="https://download.teamviewer.com/download/linux/$(epm print constructname $PKGNAME)"
install_pkgurl install_pkgurl || exit
cat <<EOF cat <<EOF
......
...@@ -44,7 +44,7 @@ if [ "$VERSION" = "*" ] ; then ...@@ -44,7 +44,7 @@ if [ "$VERSION" = "*" ] ; then
[ -n "$VERSION" ] || fatal "Can't get version for $PKGNAME" [ -n "$VERSION" ] || fatal "Can't get version for $PKGNAME"
fi fi
install_pack_pkgurl $VERSION install_pack_pkgurl $VERSION || exit
echo echo
echo "Note: run echo "Note: run
......
...@@ -16,7 +16,7 @@ else ...@@ -16,7 +16,7 @@ else
PKGURL="https://github.com/Windscribe/Desktop-App/releases/download/v$VERSION/${PKGNAME}_${VERSION}_$arch.deb" PKGURL="https://github.com/Windscribe/Desktop-App/releases/download/v$VERSION/${PKGNAME}_${VERSION}_$arch.deb"
fi fi
install_pkgurl install_pkgurl || exit
cat <<EOF cat <<EOF
Note: run Note: run
......
...@@ -13,7 +13,7 @@ warn_version_is_not_supported ...@@ -13,7 +13,7 @@ warn_version_is_not_supported
PKGURL="http://download.support.xerox.com/pub/drivers/B215/drivers/linux/ar/Xerox_B215_Linux_PrintDriver_Utilities.tar.gz" PKGURL="http://download.support.xerox.com/pub/drivers/B215/drivers/linux/ar/Xerox_B215_Linux_PrintDriver_Utilities.tar.gz"
install_pack_pkgurl install_pack_pkgurl || exit
echo "Note: run echo "Note: run
# serv cups restart # serv cups restart
......
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