4 lines
92 B
Bash
4 lines
92 B
Bash
sudo add-apt-repository ppa:mozillateam/ppa
|
|
sudo apt update
|
|
sudo apt install -y thunderbird
|