File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,8 +576,6 @@ trap cleanup EXIT
576576
577577if limactl create template:ubuntu --yes --name "$VM_NAME" --plain --vm-type=vz --rosetta --memory 36 --cpus 4 --set '.nestedVirtualization=true'; then
578578 limactl start "$VM_NAME"
579- mkdir -p "$HOME/.ssh"
580- printf "\nInclude ${LIMA_HOME:-$HOME/.lima}/$VM_NAME/ssh.config" >> "$HOME/.ssh/config"
581579 limactl shell "$VM_NAME" bash -c "
582580 set -euxo pipefail
583581 export DEBIAN_FRONTEND=noninteractive
618616 limactl start "$VM_NAME"
619617fi
620618limactl shell "$VM_NAME" bash -c "cd /git/$REPO && mise trust && mise install"
619+ mkdir -p "$HOME/.ssh"
620+ printf "\nInclude ${LIMA_HOME:-$HOME/.lima}/$VM_NAME/ssh.config" >> "$HOME/.ssh/config"
621621code --new-window --wait --folder-uri "vscode-remote://ssh-remote+lima-$VM_NAME/git/$REPO"
622622'''
623623
You can’t perform that action at this time.
0 commit comments