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
f16c329d
Commit
f16c329d
authored
Apr 18, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play chromium-gost and yandex-browser: fix checking for the package from repo
parent
17d7a462
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
chromium-gost.sh
play.d/chromium-gost.sh
+1
-2
yandex-browser.sh
play.d/yandex-browser.sh
+1
-1
No files found.
play.d/chromium-gost.sh
View file @
f16c329d
...
...
@@ -7,8 +7,7 @@ DESCRIPTION="Chromium with GOST support from the official site"
.
$(
dirname
$0
)
/common.sh
# TODO: use get_pkgvendor = "ALT Linux Team"
if
epm installed chromium-gost
;
then
if
epm installed chromium-gost
&&
[
"
$(
get_pkgvendor chromium-gost
)
"
=
"ALT Linux Team"
]
;
then
echo
"Package chromium-gost is already installed from ALT repository."
exit
0
fi
...
...
play.d/yandex-browser.sh
View file @
f16c329d
...
...
@@ -16,7 +16,7 @@ SUPPORTEDARCHES="x86_64"
.
$(
dirname
$0
)
/common.sh
if
epm installed
$PKGNAME
&&
[
"
$(
get_pkgvendor
$PKGNAME
)
"
=
"YANDEX LLC"
]
;
then
if
[
"
$(
epm print field
Vendo
r
for
package
$PKGNAME
)
"
=
"Yandex Browser Team <browser@support.yandex.ru>"
]
;
then
if
[
"
$(
epm print field
Package
r
for
package
$PKGNAME
)
"
=
"Yandex Browser Team <browser@support.yandex.ru>"
]
;
then
echo
"Package
$PKGNAME
is already installed manually from https://browser.yandex.ru/."
else
echo
"Package
$PKGNAME
is already installed from ALT repository."
...
...
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