Notice: SoftNAS Updates prior to 5.7.x Reference
SoftNAS version below 5.7.x will need the commands below to be run in order to be able to communicate with the SoftNAS repos as the softnas mirror IP has changed. This will affect all upgrades or when you need to manually install packages
Instructions
Run the following CLI Command:
sed -i '/softnas.com.*www.softnas.com/d' /etc/hosts
echo "163.192.113.216 http://softnas.com http://www.softnas.com " | sudo tee -a /etc/hosts > /dev/null