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.
1 parent 0761563 commit 68565e4Copy full SHA for 68565e4
Makefile
@@ -55,7 +55,7 @@ _output/share/lima/lima-guestagent.Linux-aarch64:
55
install:
56
mkdir -p "$(DEST)"
57
cp -av _output/* "$(DEST)"
58
- if [[ $(shell uname -s ) != Linux && ! -e "$(DEST)/bin/nerdctl" ]]; then ln -sf nerdctl.lima "$(DEST)/bin/nerdctl"; fi
+ if [ "$(shell uname -s )" != "Linux" -a ! -e "$(DEST)/bin/nerdctl" ]; then ln -sf nerdctl.lima "$(DEST)/bin/nerdctl"; fi
59
60
.PHONY: uninstall
61
uninstall:
0 commit comments