update_appium_macos.sh 363 B

12345678910111213141516
  1. #!/bin/bash
  2. # fail if any commands fails
  3. set -e
  4. # debug log
  5. #set -x
  6. brew install -q libimobiledevice
  7. brew install -q ios-deploy
  8. brew install -q npm cmake
  9. brew install -q carthage
  10. sudo npm install -g appium@latest --unsafe-perm=true --allow-root
  11. sudo npm install -g appium-doctor
  12. #sudo npm install -g opencv4nodejs --unsafe-perm=true --allow-root
  13. npm install wd