The install.sh script incorrectly identifies SuSe client as running Ubuntu
説明
When running the install.sh script to install Safeguard Authentication Services on a SuSe Linux client the following is shown: Operating System: Ubuntu Linux (x86_64)
The install then fails as the dpkg command is not found on SuSe Linux.
原因
An /etc/lsb-release file exists on the client so it is incorrectly identified as running Ubuntu.
対策
Ensure that the following file does not exist on the SuSe client: /etc/lsb-release
The install.sh script will detect this file which identifies the client as running Ubuntu. SuSe Linux clients should not have this file as the /etc/os-release file is used to identify the Operating system version for SuSe clients