mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-03 05:10:12 +02: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
|