mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
🧹 cleanup
This commit is contained in:
parent
a11529f1b5
commit
cde2589433
@ -36,7 +36,7 @@ void btrfs_create_subvols([[maybe_unused]] const disk_part& disk, const std::str
|
||||
}
|
||||
const auto& saved_path = fs::current_path();
|
||||
fs::current_path("/mnt");
|
||||
auto subvol_list = utils::make_multiline(subvols, false, " ");
|
||||
auto subvol_list = utils::make_multiline(subvols, false, ' ');
|
||||
for (const auto& subvol : subvol_list) {
|
||||
utils::exec(fmt::format(FMT_COMPILE("btrfs subvolume create {} 2>>/tmp/cachyos-install.log"), subvol), true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user