🏗
Installation
Installation instructions and required dependencies
The following platforms/distributions are currently supported:
- macOS -
x86_64
andarm64
- Ubuntu -
x86_64
andaarch64
- Debian -
x86_64
andaarch64
- CentOS 7, RockyLinux 8, RHEL 7 and 8 -
x86_64
- Fedora
x86_64
- Windows (planned)
rcli
can be installed via homebrew
:brew tap pat-s/rcli
brew install rcli
rcli
can be installed by downloading the latest version of the binary from GitHub:curl -fLo /usr/local/bin/rcli $(curl -s https://api.github.com/repos/pat-s/rcli/releases/latest | grep "rcli" | awk '{print $2}' | sed 's|[\"\,]*||g' | grep "releases\/download")
chmod a+x /usr/local/bin/rcli
rcli
might eventually be added to the official repositories of the respective distributions at some point in the future.rcli
depends on the following libraries. Most of these should already be installed by default in the respective distributions.- wget
- sudo
- gdebi (Linux only)
- lsb_release
- awk
- grep
Last modified 1yr ago