install.sh 182 B

12345678
  1. #!/bin/sh
  2. echo "WARNING: this script is deprecated. Use the install.py script instead." 1>&2
  3. SCRIPT_DIR=$(dirname $0 || exit $?)
  4. python3 "$SCRIPT_DIR/install.py" "$@" || exit $?