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
Builder Robot
eepm
Commits
f6d59a66
Commit
f6d59a66
authored
Jan 08, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play spravki-bk: add SHA256 checksum verification
parent
b27e993c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
spravki-bk.sh
play.d/spravki-bk.sh
+5
-1
No files found.
play.d/spravki-bk.sh
View file @
f6d59a66
...
@@ -10,7 +10,11 @@ URL="http://www.kremlin.ru/structure/additional/12/"
...
@@ -10,7 +10,11 @@ URL="http://www.kremlin.ru/structure/additional/12/"
warn_version_is_not_supported
warn_version_is_not_supported
# WARNING: kremlin.ru does not support HTTPS, checksum verification is critical
# Get download URL for Astra Linux version from kremlin.ru
# Get download URL for Astra Linux version from kremlin.ru
PKGURL
=
$(
eget
-q
-O-
http://www.kremlin.ru/structure/additional/12/ |
grep
-B1
"для Astra Linux"
|
grep
-o
'href="[^"]*"'
|
sed
's/href="//;s/"//'
|
head
-n
2 |
tail
-n
1
)
PKGURL
=
$(
eget
-q
-O-
http://www.kremlin.ru/structure/additional/12/ |
grep
-B1
"для Astra Linux"
|
grep
-o
'href="[^"]*"'
|
sed
's/href="//;s/"//'
|
head
-n
2 |
tail
-n
1
)
install_pack_pkgurl
# Checksum for version 3.0.4 (2025-04-01) - update when new version is released
PKGSUM
=
"sha256:241fe546e22360b003bdc922f1e40d12bd1b87a01ce256d8b1739419718b6475"
install_pack_pkgurl
""
"
$PKGSUM
"
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