Commit Graph

3 Commits

Author SHA1 Message Date
hykocx aba84b26f7 docs(readme): replace process substitution with pipe syntax in install commands
- swap `sudo bash <(curl …)` for `curl … | sudo bash -s -- setup` to fix `/dev/fd/63` errors under sudo
- add callout explaining why process substitution fails with `sudo bash`
- update one-shot command to `curl … | bash` and clarify auto-elevation behavior
- fix version-reporting note to reflect pipe mode instead of process substitution
2026-05-12 17:33:53 -04:00
hykocx eadae693a5 feat: initial project scaffold for lxs multi-tool
- add main entrypoint with interactive menu and CLI dispatcher (lxs.sh)
- add shared helpers library with colors, loggers, and spinner (lib/common.sh)
- add app installers for coolify, pterodactyl, uptime-kuma, cloudpanel, and proxmox (apps/)
- add system tools for monitoring, benchmarking, and hardening (tools/)
- add VERSION file (0.1.0) as single source of truth for releases
- add MIT LICENSE
- expand README with usage, project structure, and release workflow
2026-05-12 17:29:21 -04:00
hykocx aad89c1778 Initial commit 2026-05-12 16:44:10 -04:00