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
e64d0e65
Commit
e64d0e65
authored
Mar 28, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play angie: update distros
parent
a13f56ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
angie.sh
play.d/angie.sh
+9
-5
No files found.
play.d/angie.sh
View file @
e64d0e65
...
...
@@ -14,7 +14,7 @@ version=$(epm print info --base-version)
# Strict supported list
case
$(
epm print info
-e
)
in
Alpine/3.
15|Alpine/3.16|Alpine/3.17|Alpine/3.18
)
Alpine/3.
*
)
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"
...
...
@@ -44,15 +44,19 @@ case $(epm print info -e) in
epm repo addkey angie
'https://download.angie.software/angie/oracle/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
#epm repo add 'https://download.angie.software/angie/oracle/$releasever/'
;;
RedOS/7.3
)
epm repo addkey angie
"https://download.angie.software/angie/redos/73/"
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
#epm repo add "https://download.angie.software/angie/redos/73/"
RedOS/7
*
)
epm repo addkey angie
"https://download.angie.software/angie/redos/7/"
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
epm repo add
"https://download.angie.software/angie/redos/7/"
;;
RedOS/8
*
)
epm repo addkey angie
"https://download.angie.software/angie/redos/8/"
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
epm repo add
"https://download.angie.software/angie/redos/8/"
;;
RockyLinux/8|RockyLinux/9
)
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/23.04
)
Ubuntu/
*
)
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