Last active
December 21, 2019 02:30
-
-
Save alastorid/29204c6a3ec3d5277a016e1c773dd3b2 to your computer and use it in GitHub Desktop.
Installing solaar-The Centos\RHEL 7 way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:alastorid/Solaar.git | |
cd Solaar | |
sudo pip install ./ | |
sudo ./rules.d/install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sweet! This worked! I was expecting failure...
I did this though: (on Centos 7 as my user, not root)
git clone https://github.com/alastorid/Solaar.git
cd Solaar
rules.d/install.sh
bin/solaar &
The pip install failed with: