Skip to content

Commit f8f44bf

Browse files
authored
Remove surplus grave accents (#392)
1 parent 757641a commit f8f44bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/how-to/installation/linux.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,25 +86,25 @@ EOF
8686
```
8787
On some recent releases, the default behaviour for `libappindicator` was changed, so we need to install `gnome-shell-extension-appindicator` and enable it:
8888
```
89-
sudo dnf install gnome-shell-extension-appindicator`
89+
sudo dnf install gnome-shell-extension-appindicator
9090
sudo gnome-extensions enable [email protected]
9191
```
9292
Under X11, you may need to restart GNOME Shell (Alt+F2, r, ⏎) after that. Under Wayland you need to logout and login again.
9393

9494
### Fedora Universal Blue / SteamOS (DistroBox)
9595
1. Create a distrobox container
9696
```bash
97-
distrobox create netbird --init --image debian:12 -a "--cap-add=NET_ADMIN" --additional-packages systemd --root`
98-
````
97+
distrobox create netbird --init --image debian:12 -a "--cap-add=NET_ADMIN" --additional-packages systemd --root
98+
```
9999
2. Install inside the container
100100
```bash
101-
distrobox enter --root netbird`
102-
curl -fsSL https://pkgs.netbird.io/install.sh | sh`
103-
````
101+
distrobox enter --root netbird
102+
curl -fsSL https://pkgs.netbird.io/install.sh | sh
103+
```
104104
3. Export the distrobird binary to the host
105105
```bash
106106
#from inside the container
107-
distrobox-export -b /usr/bin/netbird`
107+
distrobox-export -b /usr/bin/netbird
108108
```
109109

110110
### openSUSE (zypper)

0 commit comments

Comments
 (0)