Skip to content

Commit 2556337

Browse files
feat: remove Ubuntu 22 support
1 parent 6ef558c commit 2556337

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/content/docs/tutorial/01 Introduction/01 Installing dependencies.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ Follow the [LunarG Vulkan SDK Installation Guide](https://vulkan.lunarg.com/doc/
100100
sudo apt install vulkan-sdk
101101
```
102102
</TabItem>
103-
<TabItem label="Ubuntu 22.04 (Jammy Jellyfish)">
104-
```bash
105-
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
106-
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
107-
sudo apt update
108-
sudo apt install vulkan-sdk
109-
```
110-
</TabItem>
111103
</Tabs>
112104

113105
If you're using another distribution, see [LunarG's official instructions](https://vulkan.lunarg.com/sdk/home#linux).

0 commit comments

Comments
 (0)