Remove surplus grave accents (#392)

This commit is contained in:
Anders Ekendahl
2025-07-23 00:00:41 +02:00
committed by GitHub
parent 757641acfd
commit f8f44bf5ed

View File

@@ -86,7 +86,7 @@ EOF
``` ```
On some recent releases, the default behaviour for `libappindicator` was changed, so we need to install `gnome-shell-extension-appindicator` and enable it: On some recent releases, the default behaviour for `libappindicator` was changed, so we need to install `gnome-shell-extension-appindicator` and enable it:
``` ```
sudo dnf install gnome-shell-extension-appindicator` sudo dnf install gnome-shell-extension-appindicator
sudo gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com sudo gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com
``` ```
Under X11, you may need to restart GNOME Shell (Alt+F2, r, ⏎) after that. Under Wayland you need to logout and login again. Under X11, you may need to restart GNOME Shell (Alt+F2, r, ⏎) after that. Under Wayland you need to logout and login again.
@@ -94,17 +94,17 @@ Under X11, you may need to restart GNOME Shell (Alt+F2, r, ⏎) after that. Unde
### Fedora Universal Blue / SteamOS (DistroBox) ### Fedora Universal Blue / SteamOS (DistroBox)
1. Create a distrobox container 1. Create a distrobox container
```bash ```bash
distrobox create netbird --init --image debian:12 -a "--cap-add=NET_ADMIN" --additional-packages systemd --root` distrobox create netbird --init --image debian:12 -a "--cap-add=NET_ADMIN" --additional-packages systemd --root
```` ```
2. Install inside the container 2. Install inside the container
```bash ```bash
distrobox enter --root netbird` distrobox enter --root netbird
curl -fsSL https://pkgs.netbird.io/install.sh | sh` curl -fsSL https://pkgs.netbird.io/install.sh | sh
```` ```
3. Export the distrobird binary to the host 3. Export the distrobird binary to the host
```bash ```bash
#from inside the container #from inside the container
distrobox-export -b /usr/bin/netbird` distrobox-export -b /usr/bin/netbird
``` ```
### openSUSE (zypper) ### openSUSE (zypper)