Below are the steps required for updating legacy PhyOS or GridOS devices to the latest PhyHub release over the air using the Phygrid CLI.
phy dev shell <devicename> -l
sudo su
PHYOS=<phyos-version> FILE=phyupgrade-1.0.32.sh && curl -fsSL https://os.omborigrid.com/$FILE -o $FILE && chmod +x $FILE && ./$FILE $PHYOS
Example Command:
PHYOS=4.1.93 FILE=phyupgrade-1.0.32.sh && curl -fsSL https://os.omborigrid.com/$FILE -o $FILE && chmod +x $FILE && ./$FILE $PHYOS