From 4ba8956c5e8be7babae828065ea11d19ad4acb5a Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Sat, 14 Dec 2013 08:43:10 -0500 Subject: [PATCH] improve installer --- install.sh | 2 +- uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c446e78..5752c7b 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/usr/bin/env sh if [ "$UID" -ne 0 ] then echo "Please run as root" exit diff --git a/uninstall.sh b/uninstall.sh index ac37988..fc187e5 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/usr/bin/env sh if [ "$UID" -ne 0 ] then echo "Please run as root" exit