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
5726ac20
Commit
5726ac20
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play angie: use new order for epm repo addkey
parent
6720a80b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
angie.sh
play.d/angie.sh
+10
-10
No files found.
play.d/angie.sh
View file @
5726ac20
...
...
@@ -15,39 +15,39 @@ version=$(epm print info --base-version)
case
$(
epm print info
-e
)
in
Alpine/3.14|Alpine/3.15|Alpine/3.16|Alpine/3.17
)
epm
install
--skip-installed
curl ca-certificates
epm repo addkey
"https://angie.software/keys/angie-signing.rsa"
epm repo addkey
angie
"https://angie.software/keys/angie-signing.rsa"
epm repo add
"https://download.angie.software/angie/alpine/v
$version
/main"
;;
ALTLinux/p10|ALTServer/10|MOS/10|ALTLinux/Sisyphus
)
epm
install
--skip-installed
curl apt-https
epm repo addkey
"https://angie.software/keys/angie-signing.gpg"
"EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76"
"Angie (Signing Key) <devops@tech.wbsrv.ru>"
angie
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"
;;
CentOS/8|CentOS/9
)
epm repo addkey
'https://download.angie.software/angie/centos/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
angie
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
)
epm
install
--skip-installed
ca-certificates curl lsb-release
epm repo addkey
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"deb https://download.angie.software/angie/debian/
$reponame
main"
epm repo addkey
angie
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"deb
[angie]
https://download.angie.software/angie/debian/
$reponame
main"
;;
Oracle/8|Oracle/9
)
epm repo addkey
'https://download.angie.software/angie/oracle/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
angie
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
"https://download.angie.software/angie/redos/73/"
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
angie
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/"
;;
RockyLinux/8|RockyLinux/9
)
epm repo addkey
'https://download.angie.software/angie/rocky/$releasever/'
"https://angie.software/keys/angie-signing.gpg"
"Angie repo"
angie
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
)
epm
install
--skip-installed
ca-certificates curl lsb-release
epm repo addkey
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"deb https://download.angie.software/angie/ubuntu/
$reponame
main"
epm repo addkey
angie
"https://angie.software/keys/angie-signing.gpg"
epm repo add
"deb
[angie]
https://download.angie.software/angie/ubuntu/
$reponame
main"
;;
*
)
fatal
"Unsupported distro
$(
epm print info
-e
)
. Ask application vendor for a support."
...
...
This diff is collapsed.
Click to expand it.
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