Skip to content

Instantly share code, notes, and snippets.

@Ponce
Ponce / latest-thunderbird.sh
Last active October 29, 2021 11:28 — forked from ruario/latest-firefox.sh
This script will find the latest Thunderbird binary package, download it and repackage it into Slackware format.
#!/bin/bash
# latest-thunderbird Version 0.1
# This script will find the latest Thunderbird binary package, download it
# and repackage it into Slackware format.
# It's shamelessly copied from ruario's latest-firefox.sh script,
# hope he doesn't mind. :P
# Copyright 2018 Ruari Oedegaard, Oslo, Norway