Skip to content

Instantly share code, notes, and snippets.

@ghostzero
Forked from dariks/install-fastd.sh
Created September 14, 2021 11:32
Show Gist options
  • Select an option

  • Save ghostzero/76a7d8dcd05ac6813ec9e18988c62202 to your computer and use it in GitHub Desktop.

Select an option

Save ghostzero/76a7d8dcd05ac6813ec9e18988c62202 to your computer and use it in GitHub Desktop.
#!/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