mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2026-04-18 18:06:06 +00:00
fix multiple containers for debian 13
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
source zamba.conf
|
||||
source /root/functions.sh
|
||||
source /root/zamba.conf
|
||||
source /root/constants-service.conf
|
||||
|
||||
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/$PILER_BRANCH bookworm main" > /etc/apt/sources.list.d/bashclub-$PILER_BRANCH.list
|
||||
apt update
|
||||
inst_bashclub manticore
|
||||
inst_bashclub $PILER_BRANCH
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq --no-install-recommends piler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user