This commit is contained in:
pvincent
2026-08-06 23:14:09 +04:00
parent 20ca7e6b13
commit 139974b0a0
+1 -1
View File
@@ -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