OpenMediaVault-Plugin-Developers / installScript

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

Instalation script disables WifFi #60

Closed YuvanNeko closed 3 years ago

YuvanNeko commented 3 years ago

I'd like to place my Raspberry Pi, somewhere hidden, the problem is, my Ethernet cable won't reach that far, so I have to use WiFi with Open Media Vault, so please make the script not to disable WiFi.

ryecoaaron commented 3 years ago

The script doesn't disable wifi. It only supports limited wifi setups using wpa_supplicant.conf when it switches the system to netplan though. If you don't like the switch to netplan or you are using a strange wifi setup, use the skip networking flag - https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/install#L80

YuvanNeko commented 3 years ago

The script doesn't disable wifi. It only supports limited wifi setups using wpa_supplicant.conf when it switches the system to netplan though. If you don't like the switch to netplan or you are using a strange wifi setup, use the skip networking flag - https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/install#L80

I am just using Raspberry Pi's own WiFi hardware.

YuvanNeko commented 3 years ago

The script doesn't disable wifi. It only supports limited wifi setups using wpa_supplicant.conf when it switches the system to netplan though. If you don't like the switch to netplan or you are using a strange wifi setup, use the skip networking flag - https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/install#L80

I am just using Raspberry Pi's own WiFi hardware.

And can you please make a text based tutorial for me?

ryecoaaron commented 3 years ago

I am just using Raspberry Pi's own WiFi hardware.

The hardware does not matter. If you follow this guide to setup wifi, the script will be able to convert the wifi setup to OMV setup. https://www.raspberrypi.org/documentation/configuration/wireless/headless.md

And can you please make a text based tutorial for me?

Tutorial for what?

YuvanNeko commented 3 years ago

I am just using Raspberry Pi's own WiFi hardware.

The hardware does not matter. If you follow this guide to setup wifi, the script will be able to convert the wifi setup to OMV setup. https://www.raspberrypi.org/documentation/configuration/wireless/headless.md

And can you please make a text based tutorial for me?

Tutorial for what?

To set the flag -n, do you want me to execute this "wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install -n | sudo bash"?

ryecoaaron commented 3 years ago

The readme has a section on how to run the script with the disable network flag. Your method is not correct.

https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/README.md

YuvanNeko commented 3 years ago

The readme has a section on how to run the script with the disable network flag. Your method is not correct.

https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/README.md

Thank you so much for your help, sorry if I annoyed you.

ryecoaaron commented 3 years ago

You did not annoy me. Just not a fan of supporting wifi : )