For those whose OCD needs curing, here's a fix for the Mozilla PPA weak algorithm message during 'sudo apt-get update' in the Terminal.
copy:
into the 99weakkey-warning file.
Done
Will be fixed in 7.4
Code:
sudo touch /etc/apt/apt.conf.d/99weakkey-warning
Code:
sudo nano /etc/apt/apt.conf.d/99weakkey-warning
copy:
Code:
APT::Key::Assert-Pubkey-Algo ">=rsa1024";
into the 99weakkey-warning file.
Done
Will be fixed in 7.4