fix6
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ function bootstrap {
|
||||
local temp_dir
|
||||
temp_dir=$(mktemp -d)
|
||||
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"
|
||||
echo "directory: miaou-bash successfully deployed to $DESTINATION"
|
||||
popd || return 3
|
||||
|
||||
Reference in New Issue
Block a user