1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

improve installer

This commit is contained in:
Viktor Stanchev 2013-12-14 08:43:10 -05:00
parent 127ce3babc
commit 4ba8956c5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
if [ "$UID" -ne 0 ]
then echo "Please run as root"
exit

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
if [ "$UID" -ne 0 ]
then echo "Please run as root"
exit