Skip to content

Commit

Permalink
tmp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 1, 2020
1 parent d150380 commit 5a944ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nim_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ then
wget "$FISH" "$FISH_COMMON"
fi

dpkg -i ./*.deb
dpkg -i ./{fd,fish}*.deb
dpkg-divert --add --divert /usr/share/fish/completions/rg.fish.0 --rename --package ripgrep /usr/share/fish/completions/rg.fish
dpkg -i ./ripgrep*.deb
rm ./*.deb
fi

Expand Down

0 comments on commit 5a944ca

Please sign in to comment.