Skip to content

Instantly share code, notes, and snippets.

@musukvl
Created December 12, 2020 21:06
Show Gist options
  • Save musukvl/9d1c08e7471939aef0ead0210860a2a1 to your computer and use it in GitHub Desktop.
Save musukvl/9d1c08e7471939aef0ead0210860a2a1 to your computer and use it in GitHub Desktop.
Install OpenMediaVault to RaspberryPi 4
# force ip4 to avoid problems with ip v6 connections during apt-get update
echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4
# run openmediavuault scripts
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment