NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
InteXX
Dec 07, 2025Luminary
Firmware Downloads
FYI here's a little script that downloads all available firmware versions starting with v6.0.0. It'll be good to keep them on hand for the day that they go away online. Unfortunately, however, so...
portalman
Dec 07, 2025Aspirant
What script is that? Powershell or something?
Shame it's not linux so you could run on the readynas!
InteXX
Dec 07, 2025Luminary
What script is that? Powershell or something?
Oops... I should have said so. Yes, it's PowerShell.
Shame it's not linux so you could run on the readynas!
Sure, you can run PowerShell on Linux. The latest version (v7) is cross-platform.
Here's the installation:
sudo apt update
sudo apt install -y curl gnupg apt-transport-https
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo sh -c 'echo "deb [arch=$(dpkg --print-architecture)] https://packages.microsoft.com/repos/microsoft-debian-$(. /etc/os-release; echo $VERSION_CODENAME)-prod $(. /etc/os-release; echo $VERSION_CODENAME) main" > /etc/apt/sources.list.d/microsoft.list'
sudo apt update
sudo apt install -y powershell
To run it:
pwsh
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!