mirror of
https://github.com/phiresky/ripgrep-all.git
synced 2024-11-07 09:20:24 +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
|