`The goal is to install Entware to a Generation-1 WD MyCloud NAS per instructions
I was able to login to NAS command line and wget the Entware .bin file:
wget https://github.com/WDCommunity/wdpksrc/releases/download/entware-v1.05/WDMyCloud_entware_1.05.bin
The instructions indicate: "install it with the WD web interface" however, I have traversed the Web UI and found only the update mechanism was for the firmware:
What are the BASH commands required to install the.bin to enable ipkg?
I did find this install command in this post:
NAS4TB:/opt/bin# cd /root
NAS4TB:~# ls
WDMyCloud_entware_1.05.bin
NAS4TB:~#
NAS4TB:~# sudo install ./WDMyCloud_entware_1.05.bin
This returned an error:
NAS4TB:~# sudo install ./WDMyCloud_entware_1.05.bin
install: missing destination file operand after `./WDMyCloud_entware_1.05.bin'
Try `install --help' for more information.
I am reluctant to execute the install command without a better understanding the install command without guidance from experienced peer.
