feat(install): desktop overlay-only support (Linux/macOS/WSL) - #24
Merged
Conversation
Non-Termux hosts no longer die at the Termux gate. Detect GROKHUNTER_HOST=desktop, keep real HOME/TMPDIR/PATH, skip pkg and wake-lock, and force overlay-only coding tools. Termux full-lab path unchanged. Docs/website one-liner + ci-unit host detect coverage.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
install.shon non-Termux Linux/macOS/WSL: detectGROKHUNTER_HOST=desktop, do not die with the Termux-only gate.pkg, wake-lock, and NetHunter rootfs. Termux full-lab path unchanged.scripts/ci-unit.shhost-detect coverage. Shebang →#!/usr/bin/env bash.Desktop one-liner
bash <(curl -fsSL https://raw.githubusercontent.com/FineComputer14451/GrokHunter/main/install.sh) --overlay-only --with-grok --with-completionsTest plan
bash -n install.sh+bash scripts/ci-unit.sh(includes desktop host detect)--overlay-only --with-completionscompletes--fullon desktop forces overlay-only (no rootfs)Credits: jorexdeveloper / Termux / Kali / xAI. No Magisk/HID.