Add PILER_BRANCH variable

This commit is contained in:
thorstenspille 2024-04-25 16:44:28 +02:00
parent 92f7a4774c
commit 72d72bf8d2
2 changed files with 2 additions and 3 deletions

View File

@ -114,8 +114,7 @@ ZMB_SHARE="share"
############### Mailpiler-Section ############### ############### Mailpiler-Section ###############
# Defines the smarthost for piler mail archive PILER_BRANCH=release
PILER_SMARTHOST="mail.zmb.rocks"
############### Matrix-Section ############### ############### Matrix-Section ###############

View File

@ -8,7 +8,7 @@ source zamba.conf
wget -O - https://apt.bashclub.org/gpg/bashclub.pub | gpg --dearmor > /usr/share/keyrings/bashclub-keyring.gpg wget -O - https://apt.bashclub.org/gpg/bashclub.pub | gpg --dearmor > /usr/share/keyrings/bashclub-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/bashclub-keyring.gpg] https://apt.bashclub.org/manticore bookworm main" > /etc/apt/sources.list.d/bashclub-manticore.list echo "deb [signed-by=/usr/share/keyrings/bashclub-keyring.gpg] https://apt.bashclub.org/manticore bookworm main" > /etc/apt/sources.list.d/bashclub-manticore.list
echo "deb [signed-by=/usr/share/keyrings/bashclub-keyring.gpg] https://apt.bashclub.org/testing bookworm main" > /etc/apt/sources.list.d/bashclub-testing.list echo "deb [signed-by=/usr/share/keyrings/bashclub-keyring.gpg] https://apt.bashclub.org/$PILER_BRANCH bookworm main" > /etc/apt/sources.list.d/bashclub-testing.list
apt update apt update
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq --no-install-recommends piler DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq --no-install-recommends piler