I tried the latest beta flash plugin form, and so far it is very stable.
To manually install the flash player use the following script:
#!/bin/shHope this helped
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz -O flash.tar.gz
mkdir -p ~/.mozilla/plugins
tar -xvzf flash.tar.gz
mv libflashplayer.so ~./mozilla/plugins
rm flash.tar.gz
echo -n "Flash plugin updated"
exit 0
Niciun comentariu:
Trimiteți un comentariu