You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Abdelrhaman2. This issue occurs because the install.sh script adds the Kali package repository into /etc/apt/sources.list. Since you're running the script on Kali, that package is already in there and causes apt to have a fit.
I've refactored the script in my fork of this tool and it should work fine. You will need to remove the duplicate entry to the /etc/apt/sources.list file on your Kali instance - on my system, it's just one file that reads: deb http://http.kali.org/kali kali-rolling main non-free contrib.
No description provided.
The text was updated successfully, but these errors were encountered: