mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
8 lines
201 B
Bash
Executable file
8 lines
201 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Use `apt-get install cargo` whenever available
|
|
curl https://sh.rustup.rs -sSf | sh /dev/stdin -y
|
|
|
|
~/.cargo/bin/cargo install ripgrep --root /usr/local
|
|
|
|
apt-get install silversearcher-ag
|