Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
67ff0b77
Commit
67ff0b77
authored
May 24, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add missed quotes
parent
80ddf3cf
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
33 additions
and
31 deletions
+33
-31
64gram.sh
play.d/64gram.sh
+1
-1
android-studio.sh
play.d/android-studio.sh
+1
-1
anydesk.sh
play.d/anydesk.sh
+1
-1
brave.sh
play.d/brave.sh
+1
-1
chromium-codecs-ffmpeg-extra.sh
play.d/chromium-codecs-ffmpeg-extra.sh
+1
-1
duckstation.sh
play.d/duckstation.sh
+1
-1
eagle.sh
play.d/eagle.sh
+1
-1
gigaide.sh
play.d/gigaide.sh
+1
-1
guardant.sh
play.d/guardant.sh
+1
-1
hplip-plugin.sh
play.d/hplip-plugin.sh
+1
-1
librewolf.sh
play.d/librewolf.sh
+1
-1
mssql-tools.sh
play.d/mssql-tools.sh
+6
-6
mts-link.sh
play.d/mts-link.sh
+1
-1
persepolis.sh
play.d/persepolis.sh
+1
-1
salutejazz.sh
play.d/salutejazz.sh
+4
-2
sunshine.sh
play.d/sunshine.sh
+1
-1
sweethome3d.sh
play.d/sweethome3d.sh
+1
-1
tonkeeper.sh
play.d/tonkeeper.sh
+1
-1
trezor-suite.sh
play.d/trezor-suite.sh
+1
-1
webots.sh
play.d/webots.sh
+1
-1
wpsoffice.sh
play.d/wpsoffice.sh
+1
-1
youtube-music.sh
play.d/youtube-music.sh
+1
-1
yucca.sh
play.d/yucca.sh
+1
-1
zerotier-one.sh
play.d/zerotier-one.sh
+2
-2
No files found.
play.d/64gram.sh
View file @
67ff0b77
...
...
@@ -9,6 +9,6 @@ TIPS="Run 'epm play 64gram=<version>' to install the version of the 64Gram Teleg
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
eget
--list
--latest
https://github.com/TDesktop-x64/tdesktop/releases
${
PKGNAME
}
_
${
VERSION
}
_linux.zip
)
PKGURL
=
$(
eget
--list
--latest
https://github.com/TDesktop-x64/tdesktop/releases
"
${
PKGNAME
}
_
${
VERSION
}
_linux.zip"
)
epm
--install
pack
$PKGNAME
"
$PKGURL
"
play.d/android-studio.sh
View file @
67ff0b77
...
...
@@ -9,7 +9,7 @@ URL="https://developer.android.com/studio"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
eget
--list
--latest
"https://developer.android.com/studio"
$PKGNAME
-
$VERSION
-linux
.tar.gz
)
"
PKGURL
=
"
$(
eget
--list
--latest
"https://developer.android.com/studio"
"
$PKGNAME
-
$VERSION
-linux.tar.gz"
)
"
else
PKGURL
=
"https://redirector.gvt1.com/edgedl/android/studio/ide-zips/
$VERSION
/
$PKGNAME
-
$VERSION
-linux.tar.gz"
fi
...
...
play.d/anydesk.sh
View file @
67ff0b77
...
...
@@ -19,7 +19,7 @@ URL="https://download.anydesk.com/linux/"
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
''
''
'_'
)
"
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
eget
--list
--latest
https://download.anydesk.com/linux/
$PKGMASK
)
"
PKGURL
=
"
$(
eget
--list
--latest
"https://download.anydesk.com/linux/
$PKGMASK
"
)
"
else
PKGURL
=
"https://download.anydesk.com/linux/
$PKGMASK
"
fi
...
...
play.d/brave.sh
View file @
67ff0b77
...
...
@@ -14,7 +14,7 @@ DESCRIPTION="Brave browser from the official site"
# hack to fix short name issue
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
"[[:digit:]]*"
PKGURL
=
$(
eget
--list
--latest
https://github.com/brave/brave-browser/releases
$(
epm print constructname
$PKGNAME
"
$VERSION
"
)
)
PKGURL
=
$(
eget
--list
--latest
https://github.com/brave/brave-browser/releases
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
)
"
)
else
OVERSION
=
"
$VERSION
"
# rpm packages have a release in their names
...
...
play.d/chromium-codecs-ffmpeg-extra.sh
View file @
67ff0b77
...
...
@@ -10,6 +10,6 @@ BASEPKGNAME=chromium
# copied from /opt/vivaldi/update-ffmpeg
FFMPEG_VERSION_DEB
=
103.0.5060.134-0ubuntu0.18.04.1
# Internal FFMpeg version = 107578
FFMPEG_URL_DEB
=
https://launchpadlibrarian.net/613925272/chromium-codecs-ffmpeg-extra_
${
FFMPEG_VERSION_DEB
}
_amd64.deb
FFMPEG_URL_DEB
=
"https://launchpadlibrarian.net/613925272/chromium-codecs-ffmpeg-extra_
${
FFMPEG_VERSION_DEB
}
_amd64.deb"
epm pack
--install
chromium-codecs-ffmpeg-extra
$FFMPEG_URL_DEB
play.d/duckstation.sh
View file @
67ff0b77
...
...
@@ -15,6 +15,6 @@ file="DuckStation-x64.AppImage"
# TODO: preview, previous-latest
SELECTOR
=
"preview"
PKGURL
=
$(
eget
--list
https://github.com/stenzek/duckstation/releases
$file
|
grep
"/
$SELECTOR
/"
)
PKGURL
=
$(
eget
--list
https://github.com/stenzek/duckstation/releases
"
$file
"
|
grep
"/
$SELECTOR
/"
)
install_pack_pkgurl
play.d/eagle.sh
View file @
67ff0b77
...
...
@@ -14,7 +14,7 @@ VERSION=9.6.2
PKGURL
=
"https://trial2.autodesk.com/NET17SWDLD/2017/EGLPRM/ESD/Autodesk_EAGLE_
${
VERSION
}
_English_Linux_64bit.tar.gz"
IPFSURL
=
"ipfs://Qmd38jJnTnUMUeJuKSDBGesqXF3SxEahUVZc6NUPyMKgj1?filename=Autodesk_EAGLE_9.6.2_English_Linux_64bit.tar.gz"
if
!
eget
--check-site
$PKGURL
;
then
if
!
eget
--check-site
"
$PKGURL
"
;
then
echo
"It is possible you are blocked from USA, trying via IPFS ..."
PKGURL
=
"
$IPFSURL
"
fi
...
...
play.d/gigaide.sh
View file @
67ff0b77
...
...
@@ -11,7 +11,7 @@ URL="https://gitverse.ru/features/gigaide/#desktop"
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
eget
--list
--latest
https://gitverse.ru/features/gigaide/desktop/download/
$PKGNAME
-
$VERSION
.tar.gz
)
"
else
PKGURL
=
https://gigaide.ru/downloadlast/
$PKGNAME
-
$VERSION
.tar.gz
PKGURL
=
"https://gigaide.ru/downloadlast/
$PKGNAME
-
$VERSION
.tar.gz"
fi
install_pkgurl
...
...
play.d/guardant.sh
View file @
67ff0b77
...
...
@@ -28,7 +28,7 @@ case "$pkgtype" in
;;
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
"
||
exit
...
...
play.d/hplip-plugin.sh
View file @
67ff0b77
...
...
@@ -20,7 +20,7 @@ export EGET_OPTIONS="--user-agent"
if
[
"
$(
epm print compare
"
$VERSION
"
3.25.2
)
"
!=
"-1"
]
;
then
#PKGURL="https://developers.hp.com/sites/default/files/hplip-$VERSION-plugin.run.zip"
#PKGURL="https://developers.hp.com/system/files/2025-03/hplip-$VERSION-plugin_run.zip"
PKGURL
=
"
$(
eget
--list
https://developers.hp.com/hp-linux-imaging-and-printing/plugins
hplip-
$VERSION
-plugin_run
.zip
)
"
PKGURL
=
"
$(
eget
--list
https://developers.hp.com/hp-linux-imaging-and-printing/plugins
"hplip-
$VERSION
-plugin_run.zip"
)
"
else
# https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-$VERSION-plugin.run
PKGURL
=
"https://developers.hp.com/sites/default/files/hplip-
$VERSION
-plugin.run"
...
...
play.d/librewolf.sh
View file @
67ff0b77
...
...
@@ -16,7 +16,7 @@ fi
if
[
"
$VERSION
"
=
"*"
]
;
then
# Get latest version from vendor
VERSION
=
$(
eget
--list
--latest
https://repo.librewolf.net/pool/ |
grep
-oE
'[0-9]+\.[0-9]+(\.[0-9]+)?'
)
VERSION
=
"
$(
eget
--list
--latest
https://repo.librewolf.net/pool/ |
grep
-oE
'[0-9]+\.[0-9]+(\.[0-9]+)?'
)
"
fi
pkgtype
=
$(
epm print info
-p
)
...
...
play.d/mssql-tools.sh
View file @
67ff0b77
...
...
@@ -13,20 +13,20 @@ dversion="$(epm print info -v)"
case
"
$(
epm print info
-d
)
"
in
AstraLinux
*
)
epm
install
--skip-installed
unixodbc
||
fatal
epm
install
https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/msodbcsql17_1
*
_amd64.deb
epm
install
https://packages.microsoft.com/debian/8/prod/pool/main/m/mssql-tools/mssql-tools_1
*
_amd64.deb
epm
install
"https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/msodbcsql17_1*_amd64.deb"
epm
install
"https://packages.microsoft.com/debian/8/prod/pool/main/m/mssql-tools/mssql-tools_1*_amd64.deb"
#epm install https://packages.microsoft.com/ubuntu/16.04/prod/pool/main/m/mssql-tools/mssql-tools_1*_amd64.deb
#epm install https://packages.microsoft.com/ubuntu/16.04/prod/pool/main/m/msodbcsql17/msodbcsql17_1*_amd64.deb
;;
ALTLinux
)
epm
install
--skip-installed
unixODBC
||
fatal
epm
install
--repack
https://packages.microsoft.com/rhel/8/prod/Packages/m/mssql-tools-1
*
.x86_64.rpm
epm
install
--repack
https://packages.microsoft.com/rhel/8/prod/Packages/m/msodbcsql17-1
*
.x86_64.rpm
epm
install
--repack
"https://packages.microsoft.com/rhel/8/prod/Packages/m/mssql-tools-1*.x86_64.rpm"
epm
install
--repack
"https://packages.microsoft.com/rhel/8/prod/Packages/m/msodbcsql17-1*.x86_64.rpm"
;;
Debian|Ubuntu
)
epm
install
--skip-installed
unixodbc
||
fatal
epm
install
https://packages.microsoft.com/
$dname
/
$dversion
/prod/pool/main/m/msodbcsql17/msodbcsql17_1
*
_amd64.deb
epm
install
https://packages.microsoft.com/
$dname
/
$dversion
/prod/pool/main/m/mssql-tools/mssql-tools_1
*
_amd64.deb
epm
install
"https://packages.microsoft.com/
$dname
/
$dversion
/prod/pool/main/m/msodbcsql17/msodbcsql17_1*_amd64.deb"
epm
install
"https://packages.microsoft.com/
$dname
/
$dversion
/prod/pool/main/m/mssql-tools/mssql-tools_1*_amd64.deb"
;;
*
)
fatal
"
$(
epm print info
-d
)
is not supported yet."
...
...
play.d/mts-link.sh
View file @
67ff0b77
...
...
@@ -10,7 +10,7 @@ URL="https://mts-link.ru/"
warn_version_is_not_supported
PKGURL
=
https://apps.webinar.ru/desktop/latest/mts-link-desktop.AppImage
PKGURL
=
"https://apps.webinar.ru/desktop/latest/mts-link-desktop.AppImage"
install_pkgurl
play.d/persepolis.sh
View file @
67ff0b77
...
...
@@ -9,7 +9,7 @@ URL="https://persepolisdm.github.io/"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_url
"https://github.com/persepolisdm/persepolis/"
"
${
PKGNAME
}
_
${
VERSION
}
_all.deb"
)
PKGURL
=
$(
get_github_url
https://github.com/persepolisdm/persepolis/
"
${
PKGNAME
}
_
${
VERSION
}
_all.deb"
)
else
PKGURL
=
"https://github.com/persepolisdm/persepolis/releases/download/
$VERSION
/
${
PKGNAME
}
_
${
VERSION
}
_all.deb"
fi
...
...
play.d/salutejazz.sh
View file @
67ff0b77
...
...
@@ -11,9 +11,11 @@ URL="https://salutejazz.ru/"
pkgtype
=
$(
epm print info
-p
)
case
$pkgtype
in
deb
)
PKGURL
=
"https://dl.salutejazz.ru/desktop/latest/jazz.deb"
;;
PKGURL
=
"https://dl.salutejazz.ru/desktop/latest/jazz.deb"
;;
*
)
PKGURL
=
"https://dl.salutejazz.ru/desktop/latest/jazz.AppImage"
;;
PKGURL
=
"https://dl.salutejazz.ru/desktop/latest/jazz.AppImage"
;;
esac
install_pkgurl
play.d/sunshine.sh
View file @
67ff0b77
...
...
@@ -14,7 +14,7 @@ arch=$(epm print info -a)
BUILD_ID
=
$(
eget
--list
https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/package/Sunshine/ |
grep
-o
'build/[0-9]\+'
|
cut
-d
/
-f2
|
sort
-n
|
tail
-n1
)
PKGURL
=
$(
eget
--list
--latest
https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/fedora-41-
$arch
/0
$BUILD_ID
-Sunshine
/
Sunshine-
*
.rpm
)
PKGURL
=
$(
eget
--list
--latest
https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/fedora-41-
$arch
/0
$BUILD_ID
-Sunshine
/
"Sunshine-*.rpm"
)
install_pkgurl
...
...
play.d/sweethome3d.sh
View file @
67ff0b77
...
...
@@ -26,7 +26,7 @@ esac
#PKGURL="http://download.sourceforge.net/project/sweethome3d/SweetHome3D/SweetHome3D-$VERSION/SweetHome3D-$VERSION-linux-$arch.tgz"
# http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-7.1/SweetHome3D-7.1-linux-x86.tgz/download
URL
=
"
$(
eget
-4
--list
--latest
https://www.sweethome3d.com/download.jsp
SweetHome3D-
$VERSION
-linux-
$arch
.tgz/download
)
"
URL
=
"
$(
eget
-4
--list
--latest
https://www.sweethome3d.com/download.jsp
"SweetHome3D-
$VERSION
-linux-
$arch
.tgz/download"
)
"
PKGURL
=
"
$(
echo
"
$URL
"
|
sed
-e
"s|https*://sourceforge.net/projects/sweethome3d/files|https://download.sourceforge.net/project/sweethome3d|"
-e
's|/download$||'
)
"
install_pkgurl
play.d/tonkeeper.sh
View file @
67ff0b77
...
...
@@ -24,6 +24,6 @@ esac
# https://github.com/tonkeeper/tonkeeper-web/releases/download/v3.7.1/tonkeeper_3.7.1_amd64.deb
# https://github.com/tonkeeper/tonkeeper-web/releases/download/v3.7.1/Tonkeeper-3.7.1-1.x86_64.rpm
PKGURL
=
$(
eget
--list
--latest
https://github.com/tonkeeper/tonkeeper-web/releases
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
)
)
PKGURL
=
$(
eget
--list
--latest
https://github.com/tonkeeper/tonkeeper-web/releases
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
)
"
)
install_pkgurl
play.d/trezor-suite.sh
View file @
67ff0b77
...
...
@@ -21,6 +21,6 @@ case "$arch" in
;;
esac
PKGURL
=
$(
eget
--list
--latest
$URL
$(
epm print constructname Trezor-Suite
"
$VERSION
"
linux-
$arch
AppImage
"-"
"-"
)
)
PKGURL
=
$(
eget
--list
--latest
$URL
"
$(
epm print constructname Trezor-Suite
"
$VERSION
"
linux-
$arch
AppImage
"-"
"-"
)
"
)
install_pkgurl
play.d/webots.sh
View file @
67ff0b77
...
...
@@ -9,6 +9,6 @@ URL="https://cyberbotics.com/"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
eget
--list
--latest
https://github.com/cyberbotics/webots/releases/
"
*.deb"
)
PKGURL
=
$(
eget
--list
--latest
"https://github.com/cyberbotics/webots/releases/
*.deb"
)
install_pkgurl
play.d/wpsoffice.sh
View file @
67ff0b77
...
...
@@ -10,7 +10,7 @@ TIPS="Run epm play wpsoffice=<version> to install some specific version"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
https://www.wps.com/whatsnew/linux/ |
grep
-oP
"
\W
(
\d
+
\.\d
+
\.\d
+
\.\d
+)
\W
"
|
grep
-oP
"
\d
+
\.\d
+
\.\d
+
\.\d
+"
|
head
-n1
)
VERSION
=
"
$(
eget
-O-
https://www.wps.com/whatsnew/linux/ |
grep
-oP
"
\W
(
\d
+
\.\d
+
\.\d
+
\.\d
+)
\W
"
|
grep
-oP
"
\d
+
\.\d
+
\.\d
+
\.\d
+"
|
head
-n1
)
"
#"
VERSION
=
"
${
VERSION
}
.XA"
fi
...
...
play.d/youtube-music.sh
View file @
67ff0b77
...
...
@@ -31,6 +31,6 @@ case $(epm print info -a) in
fatal
"Unsupported arch
$arch
for
$(
epm print info
-d
)
"
;;
esac
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/th-ch/youtube-music/releases/
$mask
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/th-ch/youtube-music/releases/
"
$mask
"
)
"
install_pkgurl
play.d/yucca.sh
View file @
67ff0b77
...
...
@@ -15,7 +15,7 @@ case "$arch" in
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
https://releases.yucca.app/latest/VERSION.txt
)
VERSION
=
"
$(
eget
-O-
https://releases.yucca.app/latest/VERSION.txt
)
"
fi
PKGURL
=
"https://releases.yucca.app/v
${
VERSION
}
/yucca_
${
VERSION
}
_linux_
${
arch
}
.tar.gz"
...
...
play.d/zerotier-one.sh
View file @
67ff0b77
...
...
@@ -44,12 +44,12 @@ dv=$distr/$repo
if
[
"
$VERSION
"
=
"*"
]
;
then
# hack with --compressed due broken answer from the server
RELEASEURL
=
$(
eget
--compressed
--list
--latest
https://download.zerotier.com/RELEASES/
*
)
||
fatal
RELEASEURL
=
$(
eget
--compressed
--list
--latest
"https://download.zerotier.com/RELEASES/*"
)
||
fatal
VERSION
=
"
$(
basename
$RELEASEURL
)
"
fi
# hack with --compressed due broken answer from the server
PKGURL
=
"
$(
eget
--compressed
--list
--latest
https://download.zerotier.com/RELEASES/
$VERSION
/dist/
$dv
/
${
PKGNAME
}
[
-_
]
$VERSION
*
$arch
.
$pkg
)
"
PKGURL
=
"
$(
eget
--compressed
--list
--latest
"https://download.zerotier.com/RELEASES/
$VERSION
/dist/
$dv
/
${
PKGNAME
}
[-_]
$VERSION
*
$arch
.
$pkg
"
)
"
# TODO: install_pkgurl
epm
install
--scripts
"
$PKGURL
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment