Skip to content

Instantly share code, notes, and snippets.

@dpanter
dpanter / updatemesagit.sh
Last active May 1, 2022 18:54
updatemesagit.sh - Easily update Mesa git from Siduction experimental repo
#!/bin/bash
# updatemesagit.sh
# Easily update Mesa git from Siduction experimental repo
# Created 2020-04-15 - Updated 2022-05-01
# Written for Siduction (Debian sid based distro)
# By dpanter https://gist.github.com/dpanter
# setting color variables for fancy pants output
WHITE='\e[1;37m'
@dpanter
dpanter / aptwhen.sh
Last active August 13, 2020 12:16
aptwhen.sh - Easily check dpkg logs for when a package was installed
#!/bin/bash
# aptwhen.sh
# Easily check dpkg logs when a package was installed
# Created 2020-04-11 - Updated 2020-08-13
# Written for Siduction (Debian sid based distro)
# By dpanter https://gist.github.com/dpanter
# If no options given, print this message and quit
if [ -z "$1" ]; then