Skip to content

Commit

Permalink
docs: improve macOS deploy guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Feb 20, 2024
1 parent d73d71b commit 1e82d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ sh install-on-linux.sh $DOMAIN
brew install --cask multipass
```

2. Create vm & deploy in it
2. Grant `Settings -> Security & Privacy -> Full Disk Access` for multipassd

3. Create vm & deploy in it

```bash
cd deploy
Expand Down
2 changes: 1 addition & 1 deletion deploy/install-on-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if multipass list | grep -e "^$NAME "; then
fi

echo "Creating VM..."
echo "\tmultipass launch --name $NAME --cpus 2 --memory 4G --disk 40G"
echo "\tmultipass launch --name $NAME --cpus 2 --memory 4G --disk 50G"
multipass launch --name "$NAME" --cpus 2 --memory 4G --disk 50G 22.04
# shellcheck disable=SC2181
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 1e82d08

Please sign in to comment.