This commit is contained in:
Marcus 2023-05-01 06:11:22 +02:00
parent 5e2699faed
commit 77e62b6586
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ $CHROOTCMD /bin/bash /tmp/install_base.sh || error
### copy nanodesk configs to chroot
message "copy nanodesk config files into chroot"
cp -r src/ build/chroot/
sudo cp -r src/ build/chroot/
### liveboot part, https://www.willhaley.com/blog/custom-debian-live-environment/
message "checking liveboot directories"