Created
June 25, 2014 12:55
-
-
Save stephanetimmermans/1219e537a391641ee874 to your computer and use it in GitHub Desktop.
Install Thunderbird on Ubuntu 14.04
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
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null | |
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29 | |
sudo apt-get update | |
sudo apt-get install thunderbird-mozilla-build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment