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
959945b2
Commit
959945b2
authored
Mar 15, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-addrepo: add AstraLinux 1.8 support
parent
5d41ae7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
epm-addrepo
bin/epm-addrepo
+11
-1
No files found.
bin/epm-addrepo
View file @
959945b2
...
...
@@ -403,7 +403,7 @@ __epm_addrepo_astra()
astra-1.7_x86-64
)
# TODO epm repo change http / https
epm
install
--skip-installed
apt-transport-https ca-certificates
||
fatal
if
epm repo list
|
grep
"dl.astralinux.ru/astra/stable/1.7_x86-64"
;
then
if
epm repo list
"dl.astralinux.ru/astra/stable/1.7_x86-64"
;
then
fatal
"Astra repo is already in the list"
fi
# https://wiki.astralinux.ru/pages/viewpage.action?pageId=158598882
...
...
@@ -414,6 +414,16 @@ __epm_addrepo_astra()
epm repo add
"deb [arch-=i386] https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-extended/ 1.7_x86-64 astra-ce"
return
;;
astra-1.8_x86-64
)
# TODO epm repo change http / https
epm
install
--skip-installed
apt-transport-https ca-certificates
||
fatal
if
epm repo list
"dl.astralinux.ru/astra/stable/
$reponame
"
;
then
fatal
"Astra repo is already in the list"
fi
epm repo add
"deb [arch-=i386] https://dl.astralinux.ru/astra/stable/
$reponame
/main-repository/
$reponame
main contrib non-free non-free-firmware"
epm repo add
"deb [arch-=i386] https://dl.astralinux.ru/astra/stable/
$reponame
/extended-repository/
$reponame
main contrib non-free non-free-firmware"
return
;;
astra-orel
)
# TODO epm repo change http / https
epm
install
--skip-installed
apt-transport-https ca-certificates
||
fatal
...
...
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