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
50d7e098
Commit
50d7e098
authored
Jul 23, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play angie: update supported distros
parent
7071b337
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
angie.sh
play.d/angie.sh
+13
-4
No files found.
play.d/angie.sh
View file @
50d7e098
...
...
@@ -13,20 +13,29 @@ version=$(epm print info --base-version)
# Strict supported list
case
$(
epm print info
-e
)
in
Alpine/3.1
4|Alpine/3.15|Alpine/3.16|Alpine/3.17
)
Alpine/3.1
5|Alpine/3.16|Alpine/3.17|Alpine/3.18
)
epm
install
--skip-installed
ca-certificates
epm repo addkey angie
"https://angie.software/keys/angie-signing.rsa"
epm repo add
"https://download.angie.software/angie/alpine/v
$version
/main"
;;
AstraLinuxSE/1.7
)
epm repo addkey angie
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"rpm [angie] https://download.angie.software/angie/altlinux/10/ x86_64 main"
;;
ALTLinux/p10|ALTLinux/Sisyphus
)
epm repo addkey angie
"https://angie.software/keys/angie-signing.gpg"
"EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76"
"Angie (Signing Key) <devops@tech.wbsrv.ru>"
epm repo add
"rpm [angie] https://download.angie.software/angie/altlinux/10/ x86_64 main"
epm repo addkey angie
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"rpm [angie] https://download.angie.software/angie/astra-se/1.7/ unstable main"
;;
AlmaLinux/8|AlmaLinux/9
)
epm repo addkey angie
'https://download.angie.software/angie/centos/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
#epm repo add 'https://download.angie.software/angie/centos/$releasever/'
;;
CentOS/8|CentOS/9
)
epm repo addkey angie
'https://download.angie.software/angie/centos/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
#epm repo add 'https://download.angie.software/angie/centos/$releasever/'
;;
Debian/10|Debian/11
)
Debian/10|Debian/11
|Debian/12
)
epm
install
--skip-installed
ca-certificates lsb-release
epm repo addkey angie
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"deb [angie] https://download.angie.software/angie/debian/
$reponame
main"
...
...
@@ -43,7 +52,7 @@ case $(epm print info -e) in
epm repo addkey angie
'https://download.angie.software/angie/rocky/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
#epm repo add 'https://download.angie.software/angie/rocky/$releasever/'
;;
Ubuntu/20.04|Ubuntu/22.04
)
Ubuntu/20.04|Ubuntu/22.04
|Ubuntu/23.04
)
epm
install
--skip-installed
ca-certificates lsb-release
epm repo addkey angie
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"deb [angie] https://download.angie.software/angie/ubuntu/
$reponame
main"
...
...
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