mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
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:
parent
d13be9826a
commit
96d545212c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user