mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-04-11 20:20:16 +02:00
As 00recommends doesn't exist anymore we have to create it.
This commit is contained in:
parent
ab7a61775c
commit
2e2c0c631c
1 changed files with 4 additions and 1 deletions
|
@ -174,7 +174,10 @@ force-confdef
|
|||
DPKG
|
||||
|
||||
e "Automatische Installation empfohlener Pakete aktivieren …"
|
||||
sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends
|
||||
cat <<'EOF' > /etc/apt/apt.conf.d/00recommends
|
||||
APT::Install-Recommends "true";
|
||||
Aptitude::Recommends-Important "true";
|
||||
EOF
|
||||
|
||||
e "Besten Spiegelserver für '${script_distro}' auswählen …"
|
||||
mint-switch-to-local-mirror
|
||||
|
|
Loading…
Add table
Reference in a new issue