# OpenMediaVault-Plugin-Developers-installScript **Repository Path**: mayeror/open-media-vault-plugin-developers-install-script ## Basic Information - **Project Name**: OpenMediaVault-Plugin-Developers-installScript - **Description**: OpenMediaVault-Plugin-Developers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-11-02 - **Last Updated**: 2023-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### installScript - please use a new SD card if installing on an arm/sbc device. - will install openmediavault, omv-extras, and flashmemory ### install the script's prerequisites #### apt-get install wget sudo ### download script and execute - the wget option -O needs to be a capital letter 'O' - the second wget '-' has a space on both sides #### sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash #### -OR- #### sudo curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash ### a detailed guide is available for this script as well https://forum.openmediavault.org/index.php/Thread/28789-Installing-OMV5-on-Raspberry-PI-s-Armbian-SBC-s-i386-32-bit-platforms/ ### to skip network setup done by the script - wget https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install - chmod +x install - sudo ./install -n