Commit 10070c55 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Adjusting NCP installer since it reads ISSUE. It's a temporally fix until this...

Adjusting NCP installer since it reads ISSUE. It's a temporally fix until this installer is changed for Docker variant
parent ad0b55d4
...@@ -526,7 +526,9 @@ fi ...@@ -526,7 +526,9 @@ fi
install_ncp (){ install_ncp (){
curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh > ${TEMP_DIR}/install.sh
sed 's/grep -q -e .*/[[ \$(lsb_release -is) != "Debian" ]] \&\& \{/' -i ${TEMP_DIR}/install.sh
bash ${TEMP_DIR}/install.sh
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment