#!/bin/sh
# thentt support install for specific user mode, need find the other environment variable


if [[ $(uname -p) == 'arm' ]]; then
    cd "/Applications/EOS Webcam Utility.app/Contents/drivers/mac"

    sudo sh Install.sh
else
    cd "/Applications/EOS Webcam Utility.app/Contents/drivers/mac"

    sudo sh Install.sh
fi

# exit -1
# fi
exit 0
