Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trusted.sh « static - github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be17dd981a8ebba84a9b2c062ef9232497a9c2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
true
SCRIPT_NAME="Set trusted domain"
# shellcheck source=lib.sh
source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)

# This is needed since we removed this from the startup script, or changed name so it can't be downloaded anymore
msg_box "You are running an outdated release.

You see this message only to make it possible to run the first startup script, but as time goes, more and more will we incompatible.

We urge you to download the latest version as soon as possible: https://github.com/nextcloud/vm/releases"