Skip to content

Instantly share code, notes, and snippets.

@tiberiosantos
tiberiosantos / apt-rollback.sh
Created October 8, 2019 14:49
A script to roll back an apt upgrade
# Apt upgrade roll back
# A release to downgrade.
v=testing
# An action to revert.
s=Upgrade
# The date the action was taken.
d="Start-Date: 0000-00-00 00:00:00"