Home Page › Forums › Network Management › ZeroShell › How to install A500 file ( for Proxy update ) › Reply To: How to install A500 file ( for Proxy update )
February 18, 2009 at 8:48 pm
#47636
Participant
Plug the flash disk into USB and with the command dmesg look for the device where it has been mapped on. Suppose the device is sda1.
Now, mount the flash disk’s filesystem on the directory /mpoint with the command
mount /udev/sda1 /mpoint
and then copy and paste the following lines:
cd /Database
cp /mpoint/A500-proxy-1.0.beta9.tar.bz2 .
tar xvfj A500-proxy-1.0.beta9.tar.bz2
cd A500
./install.sh
Regards
Fulvio