mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y --no-install-recommends \
|
|
libxslt1-dev asciidoc docbook-xsl xsltproc libxml2-utils \
|
|
zsh xz-utils liblz4-tool musl-tools
|