mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
fix: exec instead cp via docker
This commit is contained in:
parent
0e5e598adf
commit
5ba08fd8ee
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue