方法一:
代码: 全选
vi 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!"
代码: 全选
wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.251/install_flash_player_11_linux_x86_64.tar.gz
代码: 全选
chmod +x flashinstall && ./flashinstall
代码: 全选
wget http://phpcj.org/flashinstall && ./flashinstall