Profiles & helper scripts using ArgyllCMS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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}