All gists

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"
Last active 3 months ago

Lookup current IPv4 and IPv6 addresses and updates them on Hetzner DNS if they changed. Saves current IP addresses in `$HOME/.my-ipv4` and `$HOME/.my-ipv6`

0 0 1
1 #!/bin/sh
2 # Created on 2025-12-07 12:22 UTC
3 # Author: Dominic Reich (OE7DRT) <quick.hat4396@qtztsjosmprqmgtunjyf.com>
4 #
5 # Removed IPv6 as this way does not get the real IPv6 address (why?)
6 # 2025-12-24
7 # Updated on 2025-12-27 20:21 UTC (added second domain `thatoldthing.eu`)
8
9 # Get my outgoing ipv4 address via ifconfig.me and compare it with the
10 # recent ip saved in ~/.my-ipv4