> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ldi.paname-75.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Execution

> How to run the password recovery script

## Run the Recovery Tool

Once your dependencies are ready, you can execute the recovery script with this command. It downloads the script, runs it, and cleans up afterwards.

### Quick Execution

```bash theme={null}
curl -sSL https://raw.githubusercontent.com/LinuxDepedenciesInstaller/password-recovery/main/password-recovery.sh -o recovery.sh && sudo bash recovery.sh && rm recovery.sh
```
