我正在尝试设置 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。
正如错误本身所提到的。它不托管 Debian 或 Ubuntu 存储库。
您链接的页面确实提到了
对 Ubuntu 的支持似乎已被放弃。
但是,根据此页面上的一些答案,您可能可以从产品的较新型号下载 DSU 并毫无问题地使用它们。
阅读引导脚本。它不提供基于 Deb 的发行版(也包括 Ubuntu)。因此,我认为 Ubuntu 支持可能已经停止。另请参阅提及相同内容的链接页面。