Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions nextcloud-startup-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down