PNETLab: upgrade

Revision as of 11:54, 13 February 2024 by Kangmus (talk | contribs) (Created page with "SSH to PNETLab with root account and run command to check: cd /tmp ls -l Unzip upgrade package by command: delete old upgrade folder if exist by command: rm -rf upgrade unzip [package] -d ./upgrade (Eg: unzip 4.0.1.zip -d ./upgrade) Check again by command: ls -l You should see the upgrade folder")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SSH to PNETLab with root account and run command to check:

cd /tmp
ls -l

Unzip upgrade package by command:

delete old upgrade folder if exist by command: rm -rf upgrade

unzip [package] -d ./upgrade

(Eg: unzip 4.0.1.zip -d ./upgrade)

Check again by command:

ls -l

You should see the upgrade folder