mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
fix detail
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7cb96aed74
commit
13e9829a85
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ fi
|
||||||
|
|
||||||
# Check if ghcr.io is reachable
|
# Check if ghcr.io is reachable
|
||||||
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
|
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
|
||||||
if ! curl https://ghcr.io 2>&1; then
|
if ! curl https://ghcr.io &>/dev/null; then
|
||||||
print_red "Could not reach https://ghcr.io."
|
print_red "Could not reach https://ghcr.io."
|
||||||
echo "Most likely is something blocking access to it."
|
echo "Most likely is something blocking access to it."
|
||||||
echo "You should be able to fix this by using https://github.com/nextcloud/all-in-one/tree/main/manual-install"
|
echo "You should be able to fix this by using https://github.com/nextcloud/all-in-one/tree/main/manual-install"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue