8 lines
270 B
Bash
Executable File
8 lines
270 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# thunderbird/icedove extensions
|
|
#apt install -y xul-ext-tbdialout
|
|
# https://doc.owncloud.org/server/5.0/user_manual/pim/sync_thunderbird.html
|
|
#apt install -y xul-ext-sogo-connector
|
|
apt install -y xul-ext-firetray
|
|
#apt install -y iceowl-extension
|