Profiles & helper scripts using ArgyllCMS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
352B

  1. #!/usr/bin/env bash
  2. # Install the Spyder2 Colorimeter driver from the Windows DLL
  3. CVSPYDER_DLL=$1
  4. if [ ! -f "$(which oeminst)" ]l then
  5. echo "Missing oeminst binary that comes from Argyll packaage."
  6. exit 1
  7. fi
  8. if [ ! -f "${CVSPYDER_DLL}" ]; then
  9. echo "Pass path to CVSpyder.dll as first argument"
  10. exit 1
  11. fi
  12. sudo oeminst -s l ${CVSPYDER_DLL}