really-bad-gentoo-install/scripts/protection.sh

5 lines
148 B
Bash
Raw Normal View History

2024-09-21 01:48:39 +00:00
if [[ "$GENTOO_INSTALL_REPO_SCRIPT_ACTIVE" != "true" ]]; then
echo " * ERROR: This script must not be executed directly!" >&2
exit 1
fi