ubuntu 安装 flash插件的脚本
把下面的脚本保存为一个xxx.sh,然后设置为可执行,然后执行就可以了。
#!/bin/bash
echo "Installing Flash Player 10"
cd ~
wget ftp://202.112.80.252/soft4ubuntu/install_flash_player_10_linux.deb
sudo dpkg -i install_flash_player_10_linux.deb
sudo cp /usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/xulrunner-addons/plugins/
顶(0)
踩(0)
- 最新评论