Skip to content

Commit

Permalink
Fixed distro version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Nov 10, 2024
1 parent ab35e25 commit 6927f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Launch the new instance
echo "Launching Multipass VM..."
curl -o- https://raw.githubusercontent.com/jonathanbossenger/wp-local-env/trunk/config/cloud-init-for-wp-local-env.yaml > cloud-init-for-wp-local-env.yaml
multipass launch --timeout 600 --name wp-local-env --memory 2G --disk 20G --cpus 2 --cloud-init cloud-init-for-wp-local-env.yaml
multipass launch focal --timeout 600 --name wp-local-env --memory 2G --disk 20G --cpus 2 --cloud-init cloud-init-for-wp-local-env.yaml
rm cloud-init-for-wp-local-env.yaml

INSTANCE_DATA=$( multipass info --format json wp-local-env )
Expand Down

0 comments on commit 6927f50

Please sign in to comment.