Advertisement
FranzVuttke

apt2upg

Apr 28th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | Source Code | 0 0
  1. #!/bin/bash
  2.  
  3. # listowanie pakietów gotowych do upgrade'u
  4. # by OuNiS 03.2023
  5.  
  6.  
  7. apt list --upgradable
  8.  
  9.  
Tags: ubuntu BASH apt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement