我正在尝试设置 Dell Linux 存储库,如下所示:
https://linux.dell.com/repo/hardware/dsu/
有两个步骤:
To configure the repository, use the following commands:
1. curl -O https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi
2. bash bootstrap.cgi
步骤 1 似乎运行正常。但是当我执行步骤 2 时,出现了错误:
Unable to determine that you are running an OS I know about.
Handled OSs include Red Hat Enterprise Linux and CentOS,
Fedora Core and Novell SuSE Linux Enterprise Server and OpenSUSE
我正在运行 Ubuntu 20.04.4 LTS。
答案1
正如错误本身所提到的。它不托管 Debian 或 Ubuntu 存储库。
您链接的页面确实提到了这一点
DSU Ubuntu 支持仅适用于 12G 和 13G 系统
对 Ubuntu 的支持似乎已被放弃。
然而根据一些答案这一页,您可能能够从产品的较新型号下载 DSU 并使用它们而不会出现任何问题。
阅读引导脚本。它不提供基于 Deb 的发行版(也包括 Ubuntu)。因此我认为 Ubuntu 支持可能已停止。另请参阅提及相同内容的链接页面。