We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef558c commit 2556337Copy full SHA for 2556337
1 file changed
src/content/docs/tutorial/01 Introduction/01 Installing dependencies.mdx
@@ -100,14 +100,6 @@ Follow the [LunarG Vulkan SDK Installation Guide](https://vulkan.lunarg.com/doc/
100
sudo apt install vulkan-sdk
101
```
102
</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>
111
</Tabs>
112
113
If you're using another distribution, see [LunarG's official instructions](https://vulkan.lunarg.com/sdk/home#linux).
0 commit comments