OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

I can't install OMV on Raspberry 4 8GB #76

Closed Batmanatatl closed 2 years ago

Batmanatatl commented 2 years ago

pi@raspberrypi:~ $ wget -O - https://github.com/OpenMediaVa…Script/raw/master/install | sudo bash

--2022-02-04 10:02:03-- https://github.com/OpenMediaVa…Script/raw/master/install

Resolving github.com (github.com)... 20.205.243.166

Connecting to github.com (github.com)|20.205.243.166|:443... connected.

HTTP request sent, awaiting response... Read error (The TLS connection was non-properly terminated.) in headers.

Retrying.

--2022-02-04 10:04:04-- (try: 2) https://github.com/OpenMediaVa…Script/raw/master/install

Connecting to github.com (github.com)|20.205.243.166|:443... connected.

HTTP request sent, awaiting response... Read error (The TLS connection was non-properly terminated.) in headers.

Retrying.

--2022-02-04 10:06:06-- (try: 3) https://github.com/OpenMediaVa…Script/raw/master/install

Connecting to github.com (github.com)|20.205.243.166|:443... connected.

HTTP request sent, awaiting response... Read error (The TLS connection was non-properly terminated.) in headers.

Retrying.

--2022-02-04 10:09:15-- (try: 4) https://github.com/OpenMediaVa…Script/raw/master/install

Connecting to github.com (github.com)|20.205.243.166|:443... connected.

HTTP request sent, awaiting response... 302 Found

Location: https://raw.githubusercontent.…tallScript/master/install [following]

--2022-02-04 10:10:20-- https://raw.githubusercontent.…tallScript/master/install

Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::

Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.

Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.

pi@raspberrypi:~ $

ryecoaaron commented 2 years ago

This looks like something on your network is blocking the github download.

Batmanatatl commented 2 years ago

Thanks! I will address that!