Browse Source

install2

main
pvincent 3 weeks ago
parent
commit
07ab73d160
  1. 3
      install2.sh

3
install2.sh

@ -18,8 +18,9 @@ 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 >"$tempfile"
sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")" sudo tar -xzf "$tempfile" --directory "$(dirname "$MIAOU_BASH_DIR")"
rm "$tempfile"
execute_miaou_lib initiate execute_miaou_lib initiate
source /etc/profile source /etc/profile

Loading…
Cancel
Save