duminică, 1 mai 2011

[arch] Adobe Flash x64 on Arch

The flash plugin from the Arch repository doesn't work really well on a 64 bit system (at least for me), being started within a plugin wrapper.

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/sh
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
Hope this helped

Niciun comentariu: