From c2e26b7f322ef7131238d3a0bd7ef4cad369d7b9 Mon Sep 17 00:00:00 2001 From: stornic56 <71296607+stornic56@users.noreply.github.com> Date: Tue, 5 May 2026 20:56:10 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4af412..31da8c3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you downloaded manually, ensure all `.sh` files are in their respective direc > **Do not run this script as root.** Use a normal user account and authorize via `sudo`. ```bash -./post-install.sh +./debianito.sh ``` The script will perform initial checks, detect your system information (CPU, RAM, GPU), then present an interactive menu. @@ -69,12 +69,12 @@ After running the script: | Directory/File | Description | |----------------|-------------| -| `/post-install.sh` | Main entry point; handles menu navigation and system detection. | +| `./debianito.sh` | Main entry point; handles menu navigation and system detection. | | `/modules/` | Modular scripts for specific tasks: `sudo_config`, `repos`, `firmware`, `gpu`, etc. | | `utils.sh` | Shared utility functions (CPU/RAM/GPU/WiFi detection, Debian version identification). | ```bash -├── post-install.sh # Main script & menu logic +├── ./debianito.sh # Main script & menu logic └── modules/ ├── utils.sh # System info helpers ├── sudo_config.sh # User group + pwfeedback setup