shell命令安装flash

 转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!"

    A+
发布日期:2021年07月16日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: