Skip to content

Instantly share code, notes, and snippets.

@jgabuya
Last active August 7, 2017 00:25
Show Gist options
  • Save jgabuya/27ffc24671efb83b82cbbd78c1a8d290 to your computer and use it in GitHub Desktop.
Save jgabuya/27ffc24671efb83b82cbbd78c1a8d290 to your computer and use it in GitHub Desktop.
Updates ubuntu packages
#!/usr/bin/env bash
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo apt-get update
sudo apt-get upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment