nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.46k stars 294 forks source link

readme change armbian instructions + bug fixes #1892

Open skullcrushercmd opened 3 months ago

skullcrushercmd commented 3 months ago

./build/build-SD-armbian.sh is essential

skullcrushercmd commented 3 months ago

i also suggest changing rm -rf cache to sudo rm -rf cache (not a change in this pull)

skullcrushercmd commented 3 months ago

im gonna add changes as i try to install on my pi, these comments r only recommended to add and are not fully optimized pieces of code.

add RELEASE=$( jq -r .release < "$NCPCFG") to install function in lamp.sh and export NCPCFG=${NCPCFG:-etc/ncp.cfg} in beggining of file

actually not entirely sure ab the one above, unsure if ncp.cfg gets changed or not. prob not idk (i changed manually for my armbian bullseye install)