mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-28 05:45:54 +00:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y --no-install-recommends \
|
|
poppler-utils
|