updates/1.54.0.sh: Change obsolete theming url for existing installations

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-04-29 12:47:06 +02:00 committed by Tobias K
parent d13be9826a
commit 96d545212c
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

@ -17,3 +17,8 @@ apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg
apt-get update
apt-get install --no-install-recommends -y tmux
if [[ "$(ncc config:app:get theming url)" == "https://ownyourbits.com" ]]
then
ncc config:app:set theming url --value="https://nextcloudpi.com"
fi