Skip to main content

Required Dependencies

Before running the recovery script, you must ensure that your system has the following tools installed. These are essential for the script to list users and modify system credentials.

List of Requirements

ToolPurpose
bashScript execution environment
curlTo fetch the script from the remote repository
sudoTo grant permission to modify /etc/shadow
awkTo filter real users from system accounts

Installation Command

Install all necessary dependencies with this command:
sudo apt update && sudo apt install curl bash gawk -y