summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIcy-Thought <[email protected]>2022-02-03 12:49:33 +0100
committerGitHub <[email protected]>2022-02-03 12:49:33 +0100
commit41b3f63c37ce2f79defc22a2cbcd347281a808a5 (patch)
tree5764ec04b043e6600bc23f4f11d790c05e3a8f73
parentfb2f405db473e0d3de03871bcc14adc49359ebc5 (diff)
fix(installer): universal bash (#2241)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84ca2f5c..6815b2ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SHELL := /bin/bash
+SHELL := /usr/bin/env bash
install:
@echo starting LunarVim installer