There was an error while loading. Please reload this page.
1 parent 02c1ea6 commit 6bb6561Copy full SHA for 6bb6561
1 file changed
app/Commands/ProvisionCommand.php
@@ -72,7 +72,7 @@ public function handle(
72
$progress->advance()->hint('Waiting for VM to be ready...');
73
$tart->waitForReady($tmp_name, $ssh, 120);
74
75
- $progress->advance()->hint('Provisioning...');
+ $progress->advance()->hint('Provisioning (may take a while)...');
76
$ssh->run('sudo mkdir -p /mnt/provision && sudo mount -t virtiofs com.apple.virtio-fs.automount /mnt/provision');
77
$ssh->run('sudo bash /mnt/provision/provision.sh', 600);
78
0 commit comments