转phpcj.org
[test@www ~]$ vim flashinstall
#!/bin/sh
mkdir flashtmp
cd flashtmp
wget http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_plugin_debug.i386.tar.gz
tar -xvf flashplayer_11_plugin_debug.i386.tar.gz
mkdir -p ~/.mozilla/plugins
mv libflashplayer.so ~/.mozilla/plugins/
cd ..
rm -rf flashtmp
echo "flashplayer plugins installed!"