File: distributed-net.config

package info (click to toggle)
distributed-net 2.9112.521%2Barm64-3
  • links: PTS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 9,336 kB
  • sloc: sh: 144; makefile: 51
file content (13 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

# Load the debconf module
. /usr/share/debconf/confmodule

db_set distributed-net/fullconfig "false"

# Ask if client configuration should be run
# (high priority because the user must specify their email address)
db_input high distributed-net/fullconfig || true
db_go || true