📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-14 16:02:32 +00:00
parent b4618ee9e9
commit 167b2b60dd
315 changed files with 47462 additions and 4210 deletions
@@ -91,7 +91,7 @@ curl -H "Authorization: Bearer $API_KEY" https://api.example.com
tmpdir="$(mktemp -d)"
trap 'rm -rf "$tmpdir"' EXIT
curl -sSfL https://varlock.dev/install.sh -o "$tmpdir/varlock-install.sh"
sed -n '1,160p' "$tmpdir/varlock-install.sh"
cat "$tmpdir/varlock-install.sh" # review the full installer before executing
sh "$tmpdir/varlock-install.sh" --force-no-brew
# Add to PATH (add to ~/.zshrc or ~/.bashrc)
@@ -249,7 +249,7 @@ varlock load
# Install Varlock in container
RUN tmpdir="$(mktemp -d)" \
&& curl -sSfL https://varlock.dev/install.sh -o "$tmpdir/varlock-install.sh" \
&& sed -n '1,160p' "$tmpdir/varlock-install.sh" \
&& cat "$tmpdir/varlock-install.sh" \
&& sh "$tmpdir/varlock-install.sh" --force-no-brew \
&& rm -rf "$tmpdir" \
&& ln -s /root/.varlock/bin/varlock /usr/local/bin/varlock