diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-11-07 11:20:10 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-11-07 11:20:10 +0100 |
commit | 7ca519190e5be40ccae0d8b12a17c36e5469e230 (patch) | |
tree | d9b56f83e28b288e97751f1bdd09061107baeb10 /build | |
parent | f16cd1633c4b3dc0c4dbcd84a53a71ba24dbc136 (diff) |
works for nix now too
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ ln -s "$ST_DIR/st" "$HOME/bin" # pinentry-dmenu setup PE_DIR="$HOME/src/pinentry-dmenu" -git clone https://git.tombarrett.xyz/tom/st "$PE_DIR" +git clone https://git.tombarrett.xyz/tom/pinentry-dmenu "$PE_DIR" make -C "$PE_DIR" |