Skip to content

Commit 6afb28f

Browse files
authored
Remove need for custom DNS (#143)
1 parent 970571a commit 6afb28f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

install/nextcloudpi-install.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@ $STD apt-get install -y mc
2020
msg_ok "Installed Dependencies"
2121

2222
msg_info "Installing NextCloudPi (Patience)"
23-
$STD apt-get install -y systemd-resolved
24-
systemctl enable -q --now systemd-resolved
25-
cat <<'EOF' >/etc/systemd/resolved.conf
26-
[Resolve]
27-
DNS=8.8.8.8
28-
FallbackDNS=8.8.4.4
29-
EOF
30-
systemctl restart systemd-resolved
3123
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh)
32-
systemctl disable -q --now systemd-resolved
33-
$STD apt-get remove -y systemd-resolved
3424
msg_ok "Installed NextCloudPi"
3525

3626
motd_ssh

0 commit comments

Comments
 (0)