refactor: Remove standalone exec prevention code blocks from installers
Some checks failed
Lint / lint (push) Failing after 16s
Lint / lint (pull_request) Failing after 35s

This commit is contained in:
2026-06-26 21:40:48 +05:30
parent a4e5bc1175
commit 29de051b7d
14 changed files with 0 additions and 84 deletions

View File

@@ -7,12 +7,6 @@
# Antigravity CLI Installer Script (Linux Only)
#
# Prevent standalone execution
if [ -z "${_LIB_COMMON_SOURCED:-}" ]; then
echo "Error: This script must be run through the 'b' CLI." >&2
exit 1
fi
set -euo pipefail
# Constants