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