docs: update install.sh shebang (#2097)
change shebang to bash to avoid syntax errors
This commit is contained in:
parent
b91bd32489
commit
1585aa61c1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# error codes
|
||||
# 0 - exited without problems
|
||||
|
|
Loading…
Reference in a new issue