Skip to content

Commit 7659dbe

Browse files
authored
Merge pull request #1224 from Drakx/void-linux-readme
Added Void Linux instructions
2 parents 1293022 + e28edc6 commit 7659dbe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ There are packages in AUR both for udev rules and for the Moolticute:
6868
- [udev rules](https://aur.archlinux.org/packages/mooltipass-udev/)
6969
- [Moolticute](https://aur.archlinux.org/packages/moolticute/)
7070

71+
##### Void Linux
72+
73+
The udev rules are automatically updated as [this
74+
issue](https://github.com/mooltipass/mooltipass-udev/pull/3) describes
75+
```bash
76+
sudo xbps-install -S qt5-websockets-devel qt5-devel qt5-gui qt5-network qt5-widgets qt5-qmake
77+
curl https://raw.githubusercontent.com/mooltipass/mooltipass-udev/master/udev/69-mooltipass.rules | sudo tee /etc/udev/rules.d/69-mooltipass.rules && sudo sed -i 's/TAG+="uaccess"/GROUP="plugdev"/g' /etc/udev/rules.d/69-mooltipass.rules
78+
sudo udevadm control --reload-rules
79+
sudo udevadm trigger
80+
```
81+
7182
##### Fedora Linux
7283
```bash
7384
sudo dnf install gcc-c++ qt5 qt5-qtwebsockets qt5-qtwebsockets-devel qt5-qttools-devel systemd-devel
@@ -156,4 +167,3 @@ qmake-qt5 ../Moolticute.pro
156167
### Licensing
157168

158169
Moolticute is free software: you can redistribute it and/or modify it under the terms of the GNU Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
159-

0 commit comments

Comments
 (0)