ubuntu 安裝chromium及flash插件腳本

#!/bin/bash
#install chromium brower and flash plugin
echo "install chromium brower and flash plugin"
sudo apt-get install chromium-browser -y
sudo apt-get install pepperflashplugin-nonfree -y
sudo update-pepperflashplugin-nonfree --install

原文地址:https://www.cnblogs.com/psd2012/p/4783040.html