mirror of
https://github.com/runcitadel/core.git
synced 2024-11-13 17:30:38 +00:00
cea004770c
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com> Co-authored-by: Philipp Walter <philippwalter@pm.me>
11 lines
281 B
Bash
Executable File
11 lines
281 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
|
|
|
|
"${CITADEL_ROOT}/scripts/set-update-channel" "${1}"
|
|
"${CITADEL_ROOT}/scripts/start"
|