Profiles & helper scripts using ArgyllCMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  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}