From 41b3f63c37ce2f79defc22a2cbcd347281a808a5 Mon Sep 17 00:00:00 2001 From: Icy-Thought <53710398+Icy-Thought@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:49:33 +0100 Subject: fix(installer): universal bash (#2241) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3