We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970571a commit 6afb28fCopy full SHA for 6afb28f
install/nextcloudpi-install.sh
@@ -20,17 +20,7 @@ $STD apt-get install -y mc
20
msg_ok "Installed Dependencies"
21
22
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
31
$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
34
msg_ok "Installed NextCloudPi"
35
36
motd_ssh
0 commit comments