Skip to content

Instantly share code, notes, and snippets.

@cypnk
Created September 3, 2018 17:03
Show Gist options
  • Save cypnk/1ed682e5ebae4c1bd0bdb104682b8227 to your computer and use it in GitHub Desktop.
Save cypnk/1ed682e5ebae4c1bd0bdb104682b8227 to your computer and use it in GitHub Desktop.
Generic upgrade script I use for my BunsenLabs (Debian) install
#!/bin/bash
apt-get update && apt-get dist-upgrade && sudo apt-get clean
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment