Fix portability for install script
This commit is contained in:
parent
c62737598c
commit
d17e5c8b48
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CONFIG="install.conf.json"
|
||||
DOTBOT_DIR="dotbot"
|
||||
|
|
Loading…
Reference in a new issue