This commit is contained in:
Thomas Legay 2024-11-11 00:09:41 +01:00
parent d528292a08
commit e233164591
6 changed files with 13 additions and 4 deletions

View file

@ -23,6 +23,10 @@ get_git_source(){
fi
}
configure_depot_lgy(){
wget -qO - https://deb.lgy.fr/install.sh | bash
}
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