App-llenv icon indicating copy to clipboard operation
App-llenv copied to clipboard

Results 1 App-llenv issues
Sort by recently updated
recently updated
newest added

CentOS や ScientificLinux なんかだと、 lsb_release が存在しないので、ostype が動きません。 なので、 /etc/redhat-release がある場合はそこから取得するようにしてみました。 CentOS ``` $ cat /etc/redhat-release CentOS release 5.7 (Final) $ ostype CentOS-5.7-x86_64 ``` Scientific Linux ``` $ cat /etc/redhat-release Scientific...