Guest User

Untitled

a guest
Jun 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3. sudo apt-get install eclipse
  4.  
  5. sudo su
  6.  
  7. sudo /your/script
  8.  
  9. #!/bin/bash
  10.  
  11. PW=$1
  12.  
  13. echo $PW | apt-get update
  14. echo $PW | apt-get upgrade
  15. echo $PW | apt-get install eclipse
Add Comment
Please, Sign In to add comment