From 15bd7baffa8eb6efa7a34746a4a80aad36b81026 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Thu, 25 Jul 2019 20:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20=E5=AE=89=E8=A3=85=20Flash?= =?UTF-8?q?=20Player?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/OperatingSystem/Linux/Ubuntu/Ubuntu_初始配置.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Software/OperatingSystem/Linux/Ubuntu/Ubuntu_初始配置.md b/Software/OperatingSystem/Linux/Ubuntu/Ubuntu_初始配置.md index 345d05d..7265de0 100644 --- a/Software/OperatingSystem/Linux/Ubuntu/Ubuntu_初始配置.md +++ b/Software/OperatingSystem/Linux/Ubuntu/Ubuntu_初始配置.md @@ -119,3 +119,9 @@ sudo pip3 install kconfiglib gpasswd --add dialout groups ``` + +## 安装 Flash Player + +```sh +sudo apt-get install flashplugin-installer +```