Fixing shebang on dependency installation script.

The script assumes bash isn't installed which means it shouldn't be run with it.
This commit is contained in:
TheAssassin 2014-05-12 19:58:30 +02:00
parent 523f4cd77c
commit 46231a35cf

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
#
# auto-install dependency packages using the systems package manager.
# this assumes you are running as root or are using sudo