Skip to content

Installation

Igor Petruk edited this page Jul 17, 2024 · 14 revisions

Packaging status

DEB package (Debian, Ubuntu, ...)

scriptisto was accepted into Debian Testing, so it may be available in your Debian or derivative simply via

# apt-get install scriptisto

Otherwise download the latest package from Releases and install it via

# dpkg -i scriptisto_<version>.deb

RPM package (Fedora, CentOS, openSUSE, RHEL, ...)

Download the latest package from Releases and install it via

# rpm -i scriptisto_<version>.rpm

Homebrew or Linuxbrew

$ brew install scriptisto

Standalone binary for any Linux

Download 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.

NetBSD

On NetBSD, a precompiled binary is available from the official repositories. To install it, simply run:

pkgin install scriptisto

Crates.io

$ cargo install scriptisto

Latest from Github:

$ git clone https://github.com/igor-petruk/scriptisto.git
$ cd scriptisto
$ cargo install --path .