From 9aad7ba8961466dbb7945ceda6cc902833d9c2ef Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 22 Oct 2025 09:41:48 +0200 Subject: [PATCH] fix(gpu): fix small typo --- pages/gpu/troubleshooting/fix-upgrading-issue.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/gpu/troubleshooting/fix-upgrading-issue.mdx b/pages/gpu/troubleshooting/fix-upgrading-issue.mdx index ad7465e1f3..de08ff604a 100644 --- a/pages/gpu/troubleshooting/fix-upgrading-issue.mdx +++ b/pages/gpu/troubleshooting/fix-upgrading-issue.mdx @@ -9,4 +9,4 @@ dates: When upgrading Ubuntu packages with `apt-get upgrade` if Nvidia packages are included in the update, the Nvidia setup can break. -We recommend upgrading using `apt-get list-upgrade` and then rebooting the Instance. \ No newline at end of file +We recommend upgrading using `apt-get dist-upgrade` and then rebooting the Instance.