Skip to content

Commit 301700e

Browse files
committed
install: fix bug in apt install target
1 parent bebadc2 commit 301700e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install_macos: install_brew install_pip
1717
install_apt:
1818
@echo "Installing Solaar dependencies via apt"
1919
sudo apt update
20-
sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository-1.0-dev
20+
sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository1.0-dev
2121

2222
install_apt_python3.13:
2323
@echo "Installing Solaar dependencies via apt"

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ or `make install_dnf` or `make install_brew`.
4242
These might not install all needed packages in older versions of your distribution.
4343
Next, install the Solaar rule via `make install_udev`.
4444
If you are using Wayland instead of X11 you may want to instead `make install_udev_uinput`
45-
Finally, install Solaar via `make install_pip` or `make install_pipx`.
4645
so that Solaar rules can simulate input in Wayland.
46+
Finally, install Solaar via `make install_pip` or `make install_pipx`.
4747

4848
Parts of the installation process require sudo privileges so you may be asked for your password.
4949

0 commit comments

Comments
 (0)