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