mirror of
https://github.com/runcitadel/core.git
synced 2024-11-12 00:39:53 +00:00
11 lines
297 B
Bash
Executable File
11 lines
297 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2021 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"
|
|
|
|
"${CITADEL_ROOT}/app/app-manager.py" update-online
|
|
"${CITADEL_ROOT}/app/app-manager.py" start installed
|