|
|
@ -18,7 +18,6 @@ function install { |
|
|
|
|
|
|
|
|
local tempfile |
|
|
local tempfile |
|
|
tempfile="/tmp/$(basename "$MAIN_TAR_GZ_URL")" |
|
|
tempfile="/tmp/$(basename "$MAIN_TAR_GZ_URL")" |
|
|
|
|
|
|
|
|
curl -sO $MAIN_TAR_GZ_URL -o "$tempfile" |
|
|
curl -sO $MAIN_TAR_GZ_URL -o "$tempfile" |
|
|
sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")" |
|
|
sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")" |
|
|
execute_miaou_lib initiate |
|
|
execute_miaou_lib initiate |
|
|
|