Profiles & helper scripts using ArgyllCMS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 lines
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}