-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
Igor Petruk edited this page Jul 17, 2024
·
14 revisions
scriptisto was accepted into Debian Testing, so it may be available in your Debian or derivative simply via
# apt-get install scriptistoOtherwise download the latest package from Releases and install it via
# dpkg -i scriptisto_<version>.debDownload the latest package from Releases and install it via
# rpm -i scriptisto_<version>.rpm$ brew install scriptistoDownload a statically linked binary of the latest release - scriptisto-x86_64-unknown-linux-musl.tar.bz2.
It was securely built on a public Drone CI Server.
It only relies on the most basic Unix utilities like bash or env, so you should be able to use it on any Linux distribution.
On NetBSD, a precompiled binary is available from the official repositories. To install it, simply run:
pkgin install scriptisto$ cargo install scriptisto$ git clone https://github.com/igor-petruk/scriptisto.git
$ cd scriptisto
$ cargo install --path .