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
1
Merge Requests
1
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
bcd49b41
Commit
bcd49b41
authored
Jul 05, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play vivaldi: allow direct downloading, add warning about custom version
parent
abc0f98d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
vivaldi.sh
play.d/vivaldi.sh
+7
-3
No files found.
play.d/vivaldi.sh
View file @
bcd49b41
...
@@ -20,7 +20,8 @@ case "$arch" in
...
@@ -20,7 +20,8 @@ case "$arch" in
;;
;;
esac
esac
# TODO: вообще-то vivaldi только текущую версию поддерживает, остальные разве что через --ipfs
warn_version_is_not_supported
# can't use wildcard for -1
# can't use wildcard for -1
[
"
$VERSION
"
=
"*"
]
||
VERSION
=
"
$VERSION
-1"
[
"
$VERSION
"
=
"*"
]
||
VERSION
=
"
$VERSION
-1"
...
@@ -43,8 +44,11 @@ if [ "$PKGNAME" = "$BASEPKGNAME-snapshot" ] ; then
...
@@ -43,8 +44,11 @@ if [ "$PKGNAME" = "$BASEPKGNAME-snapshot" ] ; then
fi
fi
PKGURL
=
"https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_
${
VERSION
}
_
$arch
.deb"
PKGURL
=
"https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_
${
VERSION
}
_
$arch
.deb"
else
else
# https://downloads.vivaldi.com/stable/vivaldi-stable_6.6.3271.55-1_amd64.deb
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
eget
--list
--latest
https://vivaldi.com/ru/download
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
deb
)
"
)
"
#"
PKGURL
=
"
$(
eget
--list
--latest
https://vivaldi.com/ru/download
""
)
"
#"
else
PKGURL
=
"https://downloads.vivaldi.com/stable/
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
deb
)
"
fi
fi
fi
install_pkgurl
install_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