How To Install A Specific Shield Version¶
Warning
この方法では、Ericom社がワールドワイドでリリースしている全バージョンが選択可能です。日本では独自にサポート可能なバージョンを限定してリリースしています。そのため、setup.sh および ver-change.sh によって選択可能なバージョン以外のものをインストールして利用しないようにお願いいたします。
It is possible to install a specific version of Shield. This can be done using the installation process or the upgrade process.
To discover which versions are available run:
cd /usr/local/ericomshield
sudo ./ericomshield-setup.sh -list-versions
Select the desired option (e.g., 2) and the selected version will be installed.
Or, to install a specific version, run:
sudo ./ericomshield-setup.sh -version <versionName>
To upgrade to a specific Shield version, run:
sudo wget ericom.com/shield/updater.sh
sudo chmod +x updater.sh
sudo ./updater.sh -list-versions
And select the desired option (e.g., 2), or, if the version name is known, run:
sudo ./updater.sh update -v <versionName>
Note
Exact version name is mandatory.