Updated to use env in distro script

This commit is contained in:
laf
2015-10-25 21:49:48 +00:00
parent a7bf0e0857
commit cf09a51d3a

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Detects which OS and if it is Linux then it will detect which Linux Distribution.
OS=`uname -s`