install2
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ 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 >"$tempfile"
|
curl -so "$tempfile" $MAIN_TAR_GZ_URL
|
||||||
sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")"
|
sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")"
|
||||||
rm "$tempfile"
|
rm "$tempfile"
|
||||||
execute_miaou_lib initiate
|
execute_miaou_lib initiate
|
||||||
|
|||||||
Reference in New Issue
Block a user