I accidentally did these commands while fixing some issues on my Ubuntu system:
chmod 644 /etc/apt/sources.list
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list
pt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
And after I did this my Software & Updates tab switched from Ubuntu software to Kali Software. Also when I try to run apt-get update
this what terminal shows:
$ sudo apt-get update
Hit:1 http://38.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://38.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://38.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://38.archive.ubuntu.com/ubuntu bionic-proposed InRelease
Hit:5 http://38.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
I know that this could be stupid problem, but I hope that you will help me with this.
ubuntu-support-status
and other tools maybe useful to work out what damage you've done to your system (whether it's worth the effort to restore your backups, or just re-install..) – guiverc May 10 '20 at 13:27