Skip to content

Commit c961b8d

Browse files
ryanbaekrjacobgkauahoneybun
authored
Add gnome-shell-extensions to the packages needed for Ubuntu (#1232)
* Add gnome-shell-extensions to the packages needed for Ubuntu Ubuntu 24.04 doesn't ship with gnome-shell-extensions * Update pop-shell.md * improv: List reason for installing extension-prefs package --------- Co-authored-by: Jacob Kauffmann <[email protected]> Co-authored-by: Aaron Honeycutt <[email protected]>
1 parent b041178 commit c961b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pop-shell.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ tableOfContents: true
1515

1616
#### For Ubuntu-Based Distros
1717

18-
In order to build Pop Shell from source, we'll first need to install the build dependencies and <u>git</u> to clone the repository:
18+
In order to build Pop Shell from source, we'll first need to install the build dependencies, <u>git</u> to clone the repository, and the <u>Extensions</u> app to provide a GUI for enabling/disabling extensions and changing advanced extension settings:
1919

2020
```bash
21-
sudo apt install git node-typescript make
21+
sudo apt install git node-typescript make gnome-shell-extension-prefs
2222
```
2323

2424
**Note:** these instructions assume an Ubuntu-based distro; other distributions (see examples below) will use different package managers, and may have different package names.

0 commit comments

Comments
 (0)