mskf3000

Update all opkg packages on openWRT via SSH

Nov 21st, 2023
152
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.06 KB | Source Code | 0 0
  1. opkg list-upgradable | cut -f 1 -d ' ' | xargs -r opkg upgrade  
Comments
Add Comment
Please, Sign In to add comment