Created
September 12, 2024 03:33
-
-
Save mrysav/89be3fe974c2b188dd59c85f1bef1318 to your computer and use it in GitHub Desktop.
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
| sudo apt install cabal-install | |
| cabal update | |
| git clone https://github.com/Zigazou/NecControl | |
| cd NecControl/ | |
| cabal build --allow-newer | |
| ln -s "$(find . -type f -name 'neccontrol')" neccontrol | |
| ./neccontrol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment