fix: exec instead cp via docker

This commit is contained in:
Kuoi 2023-06-15 02:12:28 +08:00
parent 0e5e598adf
commit 5ba08fd8ee

View file

@ -146,7 +146,7 @@ transfer_docker('bio-wayfire', $abpath);
prepare_files( $abpath );
# Copy template files
copy_template_files( 'bio:/root/bio', 'bio:/root/bio-wayfire');
copy_template_files( '/root/bio', '/root/bio-wayfire');
# Use mkarchiso
use_mkarchiso('bio', 'bioarchlinux', $abpath);