Update install.sh

This commit is contained in:
AJ ONeal 2017-05-08 21:44:36 +00:00
parent f6ef5bcad8
commit c75a073ce4
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
#!/bin/bash
# something or other about android and tmux using PREFIX
#: "${PREFIX:=''}"
if [ -z "$PREFIX" ]; then
$PREFIX=""
PREFIX=""
fi
# Not every platform has or needs sudo, gotta save them O(1)s