Vitexus / FirefoxNightlyDeb

Debian package installing Firefox Nightly
https://www.mozilla.org/
BSD 2-Clause "Simplified" License
17 stars 9 forks source link

Add TLS to the main repository #12

Closed TNTBOMBOM closed 3 years ago

TNTBOMBOM commented 3 years ago

https://github.com/Vitexus/FirefoxNightlyDeb#installation

checking here:

echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg

using http plain and rely on GPG only is better to be avoided:

https://blog.packagecloud.io/eng/2018/02/21/attacks-against-secure-apt-repositories/

use this command before:

sudo apt install apt-transport-https

and i see the URL of vitexsoftware support TLS which is good so just change http to https.

Vitexus commented 3 years ago

Done