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
704c7d9e
Commit
704c7d9e
authored
Apr 17, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play yandex-browser: force unversioned install, add redos support
parent
ab9c7364
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
yandex-browser.sh
play.d/yandex-browser.sh
+8
-0
No files found.
play.d/yandex-browser.sh
View file @
704c7d9e
...
...
@@ -10,6 +10,9 @@ TIPS="Run 'epm play yandex-browser=beta' to install beta version of the browser.
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
VERSION
=
"*"
# See also https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yandex-browser-beta
URL
=
"https://repo.yandex.ru/yandex-browser"
...
...
@@ -23,6 +26,11 @@ else
PKGURL
=
"
$URL
/deb/pool/main/y/
$PKGNAME
/
$(
epm print constructname
$PKGNAME
"
$VERSION
*"
amd64 deb
)
"
fi
if
"
$(
epm print info
-s
)
"
=
"redos"
]
;
then
BRANCH
=
"stable"
PKGURL
=
"
$URL
/rpm/redos/x86_64/
$(
epm print constructname
$PKGNAME
"
$VERSION
*"
x86_64 rpm
)
"
fi
install_pkgurl
# TODO: use needed version
...
...
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