diff --git a/scripts/distro b/scripts/distro index a9163da15..ecfda5c4b 100755 --- a/scripts/distro +++ b/scripts/distro @@ -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`