Last active
August 8, 2018 03:01
-
-
Save prosenjit-manna/ffdbff077e517e22eddb1de0144e101e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch /etc/apt/sources.list | |
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list | |
sudo apt-get install ~/Downloads/timedoctorpro_1.4.75-15ubuntu17.04_amd64.deb | |
apt --fix-broken install | |
apt-get install dh-autoreconf libnfc-dev libssl-dev | |
apt-get install synaptic | |
apt-get install libssl1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#deb http://http.kali.org/kali kali-rolling main contrib non-free | |
#deb http://http.kali.org/kali kali-rolling main non-free contrib | |
deb http://http.kali.org/kali kali-rolling main non-free contrib | |
deb http://security.debian.org/debian-security wheezy/updates main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment