Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/build-LXD.sh')
-rwxr-xr-xbuild/build-LXD.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-LXD.sh b/build/build-LXD.sh
index 9f12718f..5793a26e 100755
--- a/build/build-LXD.sh
+++ b/build/build-LXD.sh
@@ -32,7 +32,7 @@ prepare_dirs # tmp cache output
## BUILD NCP
lxc delete -f ncp 2>/dev/null || true
-systemd-run --user --scope -p "Delegate=yes" lxc launch images:debian/buster ncp
+systemd-run --user --scope -p "Delegate=yes" lxc launch images:debian/bullseye ncp
lxc config device add ncp buildcode disk source="$(pwd)" path=/build
lxc exec ncp -- bash -c 'while [ "$(systemctl is-system-running 2>/dev/null)" != "running" ] && [ "$(systemctl is-system-running 2>/dev/null)" != "degraded" ]; do :; done'
lxc exec ncp -- bash -c 'CODE_DIR=/build bash /build/install.sh'