Skip to content

Commit 0fe3e7a

Browse files
authored
Remove "Prefer/force IPv4 for apt" (#2752)
1 parent 33cddf9 commit 0fe3e7a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

nextcloud-startup-script.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,6 @@ nextcloud_occ maintenance:repair --include-expensive
584584
apt-get autoremove -y
585585
apt-get autoclean
586586

587-
# Remove preference for IPv4
588-
rm -f /etc/apt/apt.conf.d/99force-ipv4
589-
apt-get update
590-
591587
# Success!
592588
msg_box "The installation process is *almost* done.
593589

nextcloud_install_production.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# GNU General Public License v3.0
55
# https://github.com/nextcloud/vm/blob/main/LICENSE
66

7-
# Prefer IPv4 for apt
8-
echo 'Acquire::ForceIPv4 "true";' >> /etc/apt/apt.conf.d/99force-ipv4
97

108
# Fix fancy progress bar for apt-get
119
# https://askubuntu.com/a/754653

0 commit comments

Comments
 (0)