Optimize installer for Ubuntu 24.04 while preserving Termux support; update README for dual-platform usage#1
Merged
Conversation
Agent-Logs-Url: https://github.com/m-danaee/Clean-IP-Scanner/sessions/8bfd87e8-142e-45fa-88ee-6c466a98012d Co-authored-by: m-danaee <240194977+m-danaee@users.noreply.github.com>
Agent-Logs-Url: https://github.com/m-danaee/Clean-IP-Scanner/sessions/8bfd87e8-142e-45fa-88ee-6c466a98012d Co-authored-by: m-danaee <240194977+m-danaee@users.noreply.github.com>
Agent-Logs-Url: https://github.com/m-danaee/Clean-IP-Scanner/sessions/8bfd87e8-142e-45fa-88ee-6c466a98012d Co-authored-by: m-danaee <240194977+m-danaee@users.noreply.github.com>
Agent-Logs-Url: https://github.com/m-danaee/Clean-IP-Scanner/sessions/8bfd87e8-142e-45fa-88ee-6c466a98012d Co-authored-by: m-danaee <240194977+m-danaee@users.noreply.github.com>
Agent-Logs-Url: https://github.com/m-danaee/Clean-IP-Scanner/sessions/8bfd87e8-142e-45fa-88ee-6c466a98012d Co-authored-by: m-danaee <240194977+m-danaee@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
m-danaee
May 19, 2026 11:14
View session
m-danaee
marked this pull request as ready for review
May 19, 2026 11:15
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.
The project was operationally biased toward Termux and lacked a clean Ubuntu 24.04 path. This update makes installation/runtime setup platform-aware and documents Ubuntu-first usage without regressing Termux flows.
Installer: platform-aware bootstrap (Ubuntu + Termux)
TERMUXvs standard Linux) and selects correct package manager path.aptdependency install on Linux (git,golang-go,curl,unzip,jq,ca-certificates) and keepspkgflow on Termux.~/Clean-IP-Scanner).Xray installation: architecture-correct Linux asset resolution
x86_64|amd64→Xray-linux-64.zipaarch64|arm64→Xray-linux-arm64-v8a.ziparmv7l|armv7→Xray-linux-arm32-v7a.zipLauncher install behavior on Linux
/usr/local/binwhen possible.sudo installwhen direct write is unavailable.~/.local/binwith explicit PATH instruction when no privileged path is available.$PREFIX/bininstall behavior for Termux.README: Ubuntu 24.04-first guidance + cross-platform troubleshooting
install.sh.