Advertisement
pol2095

flash player sa Ubuntu x86_64 : configure

Mar 7th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. #Copyright 2017 pol2095.
  2.  
  3. cd ~if [ ! -e executable ]
  4. then
  5. mkdir executable
  6. fi
  7.  
  8. cd executable
  9. wget http://pol2095.free.fr/flash_player_sa_linux.x86_64 -O flash_player_sa_linux.x86_64.tar.gz
  10. tar xvzf flash_player_sa_linux.x86_64.tar.gz
  11. rm flash_player_sa_linux.x86_64.tar.gz
  12.  
  13. cd ~/.local/share/applications
  14. echo "[Desktop Entry]" >> flashplayer.desktop
  15. echo "Encoding=UTF-8" >> flashplayer.desktop
  16. echo "Version=1.0" >> flashplayer.desktop
  17. echo "Type=Application" >> flashplayer.desktop
  18. echo "Exec=/home/ubuntu/executable/flashplayer %f" >> flashplayer.desktop
  19. echo "Name=flashplayer" >> flashplayer.desktop
  20. echo "Comment=Custom definition for flashplayer" >> flashplayer.desktop
  21. echo "NoDisplay=true" >> flashplayer.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement