Skip to content

Instantly share code, notes, and snippets.

@o9uzdev
Created May 3, 2016 20:09
Show Gist options
  • Save o9uzdev/c6d28eb1b793a2e7daab41bcf8069cb5 to your computer and use it in GitHub Desktop.
Save o9uzdev/c6d28eb1b793a2e7daab41bcf8069cb5 to your computer and use it in GitHub Desktop.
Install wget on Raspberry Pi

Install wget on Raspberry Pi

$ apt-get update
$ apt-get upgrade -y
$ apt-get dist-upgrade -y
$ apt-get install wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment