|
|
|
@ -86,6 +86,8 @@ msg_ok "Installed Dependencies" |
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing NextCloudPi (Patience)" |
|
|
|
msg_info "Installing NextCloudPi (Patience)" |
|
|
|
curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash &>/dev/null |
|
|
|
curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash &>/dev/null |
|
|
|
|
|
|
|
sed -i "s/3 => 'nextcloudpi.lan',/3 => '0.0.0.0',/g" /var/www/nextcloud/config/config.php |
|
|
|
|
|
|
|
sudo service apache2 restart |
|
|
|
msg_ok "Installed NextCloudPi" |
|
|
|
msg_ok "Installed NextCloudPi" |
|
|
|
|
|
|
|
|
|
|
|
PASS=$(grep -w "root" /etc/shadow | cut -b6) |
|
|
|
PASS=$(grep -w "root" /etc/shadow | cut -b6) |
|
|
|
|