pvincent 4 days ago
parent
commit
139974b0a0
  1. 2
      install.sh

2
install.sh

@ -12,7 +12,7 @@ function bootstrap {
local temp_dir local temp_dir
temp_dir=$(mktemp -d) temp_dir=$(mktemp -d)
pushd "$temp_dir" || return 2 pushd "$temp_dir" || return 2
curl -q -O $MAIN_TAR_GZ_URL
curl -s -O $MAIN_TAR_GZ_URL
tar -xzf main.tar.gz --directory "$DESTINATION" tar -xzf main.tar.gz --directory "$DESTINATION"
echo "directory: miaou-bash successfully deployed to $DESTINATION" echo "directory: miaou-bash successfully deployed to $DESTINATION"
popd || return 3 popd || return 3

Loading…
Cancel
Save