ajout de claper
This commit is contained in:
parent
c0eab91a7e
commit
d528292a08
9 changed files with 155 additions and 0 deletions
|
@ -23,6 +23,11 @@ get_git_source(){
|
|||
fi
|
||||
}
|
||||
|
||||
configure_depot_erlang_rabbitmq(){
|
||||
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/erlang-rabbitmq.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian bookworm main" > /etc/apt/sources.list.d/erlang.list
|
||||
wget -qO - "https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key" | gpg --dearmor > /usr/share/keyrings/erlang-rabbitmq.gpg
|
||||
}
|
||||
|
||||
configure_depot_yarn() {
|
||||
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" > /etc/apt/sources.list.d/yarn.list
|
||||
wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarnkey.gpg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue