Browse Source

install2

main
pvincent 3 weeks ago
parent
commit
68a8c35d91
  1. 2
      install2.sh

2
install2.sh

@ -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

Loading…
Cancel
Save