Commit 340dbd9b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play ktalk: cleanup

parent e9bcef68
......@@ -10,25 +10,8 @@ URL="https://kontur.ru/talk"
warn_version_is_not_supported
case "$(epm print info -d)" in
ALTLinux)
epm install --skip-installed at-spi2-atk glib2 libalsa libatk libat-spi2-core libcairo libcups libdbus libdbus-glib libdbusmenu libdbusmenu-gtk2 libdrm libexpat libgbm libgdk-pixbuf libgio libgtk+2 libgtk+3 libindicator libpango libX11 libxcb libXcomposite libXdamage libXext libXfixes libxkbcommon libXrandr
;;
esac
URL="https://app.ktalk.ru/system/dist/download/linux"
PKGURL="https://app.ktalk.ru/system/dist/download/linux"
# curl can't get filename: https://github.com/curl/curl/issues/8461
epm assure wget || fatal
cd_to_temp_dir
#epm tool eget --no-check-certificate "$URL" || fatal
epm tool eget "$URL" || fatal
# ktalk2.5 -> ktalk-2.5
newname="$(echo *.AppImage | sed -e "s|^ktalk2|$PKGNAME-2|" )"
mv -v *.AppImage $newname
epm install $newname
EGET_BACKEND=wget epm 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