Deepin OS 安装OpenFDE
一、系统要求
1. 硬件要求
处理器:Phytium FT-2000 ,D2000,D3000(ARM64)
操作系统:deepin 23 版本
内核:6.6.71
GPU:AMD GPU
2. 安装OpenFDE
步骤1. 安装curl工具
sudo apt-get install curl步骤2. 下载脚本文件到本地
curl -fsSL https://openfde.com/getopenfde/get-openfde14.sh -o get-openfde14.sh 步骤3. 执行脚本文件
sudo sh ./get-openfde14.sh
OpenFDE: You should reboot now to apply the 6.6.71 kernel in order to install openfde
OpenFDE: Please run get-openfde14.sh again to install OpenFDE after this reboot, reboot now [y]/n ?
#这里由于要应用6.6.71内核,所以必须重启系统,重启后,请重新执行脚本
bash ./get-openfde14.sh