OpenMediaVault-Plugin-Developers / installScript

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

Can't reinstall OMV in Raspberry Pi 3 #98

Closed markg432 closed 2 years ago

markg432 commented 2 years ago

hi, yesterday i had to remove/uninstall OMV from Raspberry Pi (apt-get remove --autoremove openmediavault) because it had issues in logging in (previous co-worker created it and didn't provide the user name and password for OMV), so i tried to reinstall OMV after i wrote a command; "pi@raspberrypi:~ $ sudo apt update && sudo apt upgrade"

then i proceed with install OMV in Raspberry, this is the output i received;

pi@raspberrypi:~ $ wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash --2022-05-25 09:44:01-- https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 19620 (19K) [text/plain] Saving to: ‘STDOUT’

2022-05-25 09:44:01 (2.95 MB/s) - written to stdout [19620/19620]

This system is running a desktop environment! Please use a Lite version of the image or do not choose to install a desktop environment. This install is not supported. Search the forum for more info - https://forum.openmediavault.org/ Exiting... pi@raspberrypi:~ $

Any help will be very much appreciated. Thank you in advanced.