I'd like to thank https://hackingvision.com owner & michael (condor) to help me make my script better.
If this tool came in helpful for you please consider leaving a star at Kali Fixer Github repo.
KaliFixer is a bash script created to help newbies in Kali Linux. We have all been there that dreaded moment when we try to update Kali Linux using apt-get only to be presented with update errors. Don’t worry KaliFixer is on hand !.
This script will first find the version of Kali using kernel headers of your Kali install once the version of Kali Linux is found it will update sources.list with the correct repositories for Kali to function correctly. Enjoy if this script was useful to use consider sharing it with friends & on social media.
- Kali Linux
- Bash shell
- git (optional)
- Download the zip file using the "Clone or download" button.
- Navigate to the download directory and unzip the archive.
- Open a terminal and navigate to the target directory.
cd ~/Downloads/KaliFixer-master
- Give permission to install script.
chmod +x install.sh
- Install the script.
./install.sh
- Execute the script in terminal from any directory.
KaliFixer
- Open a terminal and enter the following commands.
cd ~/Downloads
git clone https://github.com/techwebspot/KaliFixer.git
cd KaliFixer-master
chmod +x install.sh
KaliFixer