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
6136f104
Commit
6136f104
authored
Apr 19, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play kubo: add check for repo version of the package
parent
55eb0265
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
kubo.sh
play.d/kubo.sh
+6
-0
No files found.
play.d/kubo.sh
View file @
6136f104
...
...
@@ -6,6 +6,7 @@ SUPPORTEDARCHES="x86_64 x86 aarch64 armhf"
BASEPKGNAME
=
kubo
PRODUCTALT
=
"stable beta"
# kubo or kubo-beta
if
[
"
$2
"
=
"beta"
]
||
epm installed
$BASEPKGNAME
-beta
;
then
PKGNAME
=
$BASEPKGNAME
-beta
...
...
@@ -21,6 +22,11 @@ fi
.
$(
dirname
$0
)
/common.sh
if
epm installed
$PKGNAME
&&
[
"
$(
get_pkgvendor
$PKGNAME
)
"
=
"ALT Linux Team"
]
;
then
echo
"Package
$PKGNAME
is already installed from ALT repository."
exit
0
fi
arch
=
"
$(
epm print info
-a
)
"
case
"
$arch
"
in
x86_64
)
...
...
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