docs: update install.sh shebang (#2097)

change shebang to bash to avoid syntax errors
This commit is contained in:
David0rk 2018-02-27 03:32:01 -05:00 committed by Fabian Möller
parent b91bd32489
commit 1585aa61c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# error codes
# 0 - exited without problems