Guest User

update_flash_nonfree+notify-send+icon_v2.sh

a guest
Jan 27th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cd /tmp
  4. sudo update-flashplugin-nonfree --install --verbose | grep 11 > 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