Install script for the Vegvisir web framework.
Find a file
Victor Westerlund 6be438b974 fix: read from /dev/tty fix for unix pipes (#1)
`read` from `/dev/tty` to present the user with an interactive shell when passed with a pipe.

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/1
2025-03-05 11:03:55 +00:00
install.sh fix: read from /dev/tty fix for unix pipes (#1) 2025-03-05 11:03:55 +00:00
README.md initial commit 2025-03-03 17:29:59 +01:00

Vegvisir installer

This script will automatically install and configure Vegvisir from in a fresh git repository.

Important

The script will only run on Linux environments with coreutils installed (for now).

Get started

  1. Create a repository for your website
  2. Run this command from the root directory of your local repository
curl -fsSL https://codeberg.org/vegvisir/install/raw/branch/master/install.sh | sh