AMD radeon rx550 显卡驱动安装不了,提示:Unsupported OS
Tofloor
poster avatar
hk1070
deepin
2019-08-19 00:35
Author
本帖最后由 hk1070 于 2019-8-18 16:43 编辑

AMD radeon rx550 显卡驱动安装不了,提示:Unsupported OS,如何解决?请各位大侠指教,谢谢了!系统版本:15.11
Reply Favorite View the author
All Replies
avatar
186******80
deepin
2019-08-19 01:36
#1
function os_release() {
        [[ -r  /etc/os-release ]] && . /etc/os-release

        case "$ID" in
        ubuntu|linuxmint|debian)
                :
                ;;
        *)
                echo "Unsupported OS" | stderr
                exit 1
                ;;
        esac
}

这是安装脚本中关于OS判断的部分,把deepin加进去就行了。
Reply View the author
avatar
hk1070
deepin
2019-08-19 16:28
#2
谢谢楼上大侠,我试试
Reply View the author