Update install.sh
This commit is contained in:
parent
7d7a2c2f0d
commit
9546c489cb
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -z "$PREFIX" ]; then
|
||||||
|
$PREFIX=""
|
||||||
|
fi
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
# #
|
# #
|
||||||
# http_get #
|
# http_get #
|
||||||
|
|
Loading…
Reference in New Issue