Skip to content

Instantly share code, notes, and snippets.

@sebastianrothe
Created March 31, 2018 18:22
Show Gist options
  • Save sebastianrothe/049165ecec27bca662391df15ac456b1 to your computer and use it in GitHub Desktop.
Save sebastianrothe/049165ecec27bca662391df15ac456b1 to your computer and use it in GitHub Desktop.
OPKG Upgrade packages
#!/bin/sh
opkg list-upgradable | cut -d " " -f1 | xargs -r opkg upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment