Last active
September 14, 2021 11:32
-
-
Save dariks/e8f710605a84a508b90b4b1be6b18662 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
| #!/bin/bash | |
| git clone https://git.universe-factory.net/fastd | |
| mkdir fastd-build | |
| cd fastd-build | |
| cmake ../fastd -DCMAKE_BUILD_TYPE=RELEASE | |
| make | |
| make install | |
| cd ../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Skript does not work anymore.