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 7cbb894 commit 4a3192bCopy full SHA for 4a3192b
install/nextcloudpi-install.sh
@@ -14,13 +14,14 @@ network_check
14
update_os
15
16
msg_info "Installing Dependencies"
17
-$STD apt-get install -y curl
18
-$STD apt-get install -y sudo
19
-$STD apt-get install -y mc
+$STD apt-get install -y \
+ curl \
+ sudo \
20
+ mc
21
msg_ok "Installed Dependencies"
22
23
msg_info "Installing NextCloudPi (Patience)"
-$STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh)
24
+bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh) >/dev/null 2>&1
25
msg_ok "Installed NextCloudPi"
26
27
motd_ssh
0 commit comments