diff options
author | Icy-Thought <[email protected]> | 2022-02-03 12:49:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-03 12:49:33 +0100 |
commit | 41b3f63c37ce2f79defc22a2cbcd347281a808a5 (patch) | |
tree | 5764ec04b043e6600bc23f4f11d790c05e3a8f73 /Makefile | |
parent | fb2f405db473e0d3de03871bcc14adc49359ebc5 (diff) |
fix(installer): universal bash (#2241)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SHELL := /bin/bash +SHELL := /usr/bin/env bash install: @echo starting LunarVim installer |