diff --git a/makeanything.sh b/makeanything.sh index 029c457..7092ea5 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -98,7 +98,7 @@ $CHROOTCMD /bin/bash /tmp/install_base.sh || error ### copy nanodesk configs to chroot message "copy nanodesk config files into chroot" -sudo 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"