Skip to content

Commit

Permalink
Changing mount type (to be tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Nov 20, 2024
1 parent 6927f50 commit 2234f4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ INSTANCE_IP=$( osascript -l 'JavaScript' <<< "${JXA}" )
# Set up the shared directories
echo "Setting up shared directories..."
mkdir -p ~/wp-local-env
multipass mount ~/wp-local-env wp-local-env:/home/ubuntu/wp-local-env
multipass stop wp-local-env
multipass mount --type=native ~/wp-local-env wp-local-env:/home/ubuntu/wp-local-env
multipass start wp-local-env
cd ~/wp-local-env
mkdir -p sites ssl-certs

Expand Down

0 comments on commit 2234f4c

Please sign in to comment.