Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 10ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
b

betterbird

Recently created Least recently created Recently updated Least recently updated

dominic / Install Betterbird

Last active 3 months ago betterbird debian ubuntu

Betterbird installation script for Linux

0 0 1
1 #!/bin/bash
2 # https://github.com/Betterbird/thunderbird-patches/blob/main/install-on-linux/install-betterbird.sh
3
4 # Betterbird installation script for Linux, adapted from
5 # https://github.com/risaer/betterbird-dirty-update/blob/main/updateBetterbird.sh
6
7 # Configuration
8 lang="en-US" # Language options: en-US, de, fr, es-ES, ja, it, nl, pt-BR, ru.
9 version="release" # Version options: previous, release, latest, future. Only 'release' is guaranteed to work.
10 tmpDir="$HOME/tmp/betterbird"