Skip to content

Instantly share code, notes, and snippets.

View adamboutcher's full-sized avatar

Adam adamboutcher

View GitHub Profile
@adamboutcher
adamboutcher / ZoomUpdater.sh
Last active April 16, 2024 20:04
Zoom Updater for Fedora/EL
#!/bin/bash
# Install/Update Zoom on Fedora/EL
# v1
# Adam Boutcher - 2024 - IPPP, Durham Uni (UKI-SCOTGRID-DURHAM)
# Zoom Linux Dowload Details
# https://zoom.us/rest/download?os=linux
# Zoom Linux Download
# https://zoom.us/client/6.0.0.4563/zoom_x86_64.rpm
@adamboutcher
adamboutcher / Wrapper.sh
Last active July 12, 2023 09:14
Termius Install Wrapper for Non-Debian based Distros
#!/bin/bash
#
# Termius Debian Extractor
# 2023 - Adam Boutcher
#
T_URL="https://www.termius.com/download/linux/Termius.deb"
TE_DIR="/tmp/Terminus"
TE_FILE="${TE_DIR}/Termius.deb"
@adamboutcher
adamboutcher / DiscordInstaller.sh
Last active October 9, 2023 21:23
Discord Linux Installer/Updater for Discord tar (tgz)
#!/bin/bash
# Install/Update Discord
# v1
# Adam Boutcher - 2021 - IPPP, Durham Uni (UKI-SCOTGRID-DURHAM)
URL="https://discord.com/api/download?platform=linux&format=tar.gz"
LOC="/opt"
#Function: Check that a binary exists
#Usage: check_bin command