Remove "Prefer/force IPv4 for apt" (#2752)

This commit is contained in:
Anderson Silva 2025-08-27 16:38:24 -03:00 committed by GitHub
parent 33cddf94b2
commit 0fe3e7a4f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -584,10 +584,6 @@ nextcloud_occ maintenance:repair --include-expensive
apt-get autoremove -y
apt-get autoclean
# Remove preference for IPv4
rm -f /etc/apt/apt.conf.d/99force-ipv4
apt-get update
# Success!
msg_box "The installation process is *almost* done.

View File

@ -4,8 +4,6 @@
# GNU General Public License v3.0
# https://github.com/nextcloud/vm/blob/main/LICENSE
# Prefer IPv4 for apt
echo 'Acquire::ForceIPv4 "true";' >> /etc/apt/apt.conf.d/99force-ipv4
# Fix fancy progress bar for apt-get
# https://askubuntu.com/a/754653