We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e3d91 + e10104d commit e4e399bCopy full SHA for e4e399b
Makefile
@@ -561,7 +561,8 @@ uninstall:
561
"$(DEST)/libexec/lima/limactl-mcp$(exe)" \
562
"$(DEST)/libexec/lima/lima-driver-qemu$(exe)" \
563
"$(DEST)/libexec/lima/lima-driver-vz$(exe)" \
564
- "$(DEST)/libexec/lima/lima-driver-wsl2$(exe)"
+ "$(DEST)/libexec/lima/lima-driver-wsl2$(exe)" \
565
+ "$(DEST)/libexec/lima/lima-driver-krunkit$(exe)"
566
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
567
if [ "$$(readlink "$(DEST)/bin/apptainer")" = "apptainer.lima" ]; then rm "$(DEST)/bin/apptainer"; fi
568
0 commit comments