Browse Source

install2

main
pvincent 3 weeks ago
parent
commit
632a032dfb
  1. 1
      install2.sh

1
install2.sh

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

Loading…
Cancel
Save