Guest User

update_flash_nonfree+notify-send+icon.sh

a guest
Jan 27th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cd /tmp
  4. sudo update-flashplugin-nonfree --install --verbose > flash_update_tmp
  5. FLASHUPDATE=`(cat flash_update_tmp)`
  6. notify-send -i flash-player-properties -u normal "Adobe Flash Player plugin update:" "$FLASHUPDATE"
Add Comment
Please, Sign In to add comment