mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Necessary to extract to a shared location so we can use for both the setup and upgrade scripts. Milestone: minor
6 lines
197 B
Bash
6 lines
197 B
Bash
#! /usr/bin/env bash
|
|
|
|
export SCRIPT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
export PROJECT_ROOT="$(cd "$SCRIPT_ROOT/.." && pwd)"
|
|
export TEMPLATES_ROOT="$PROJECT_ROOT/.config/setup"
|