Advertisement
FranzVuttke

upd-apt

Apr 28th, 2023
61
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. # sprawdzanie aktualizacji poprzez apt update
  4. # by OuNiS 03.2023
  5.  
  6. echo EXEC: $0
  7.  
  8. sudo apt update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement