Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk 48838d7f45 networkoptimizer: preseed iperf3 debconf question to prevent install hang 2026-08-19 22:40:58 +02:00
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function update_script() {
msg_info "Configuring Baikal"
cd /opt/baikal
$STD composer install || { msg_warn "composer.lock doesn't match composer.json (known upstream packaging issue) - regenerating"; $STD composer update; }
$STD composer install
msg_ok "Configured Baikal"
msg_info "Starting Service"
+1 -1
View File
@@ -25,7 +25,7 @@ PG_DB_NAME="baikal_db" PG_DB_USER="baikal_user" PG_DB_PASS="$(openssl rand -base
msg_info "Configuring Baikal"
cd /opt/baikal
$STD composer install || { msg_warn "composer.lock doesn't match composer.json (known upstream packaging issue) - regenerating"; $STD composer update; }
$STD composer install
cat <<EOF >/opt/baikal/config/baikal.yaml
database:
backend: pgsql
+2 -1
View File
@@ -14,7 +14,8 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y \
echo "iperf3 iperf3/start_daemon boolean false" | debconf-set-selections
DEBIAN_FRONTEND=noninteractive $STD apt install -y \
git \
sshpass \
iperf3