Files
Aurora.3/tools/requirements-install.sh
T
lewandGitHub bef246dc8a adds shellcheck to ci/cd (#22616)
ci/cd script to shellcheck .sh files and make sure they're executable as
part of cicd so it fails loud with the specific problem if Permissions
Issue 2 The Revengeance happens again
2026-06-06 10:23:52 +00:00

10 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
if python3 python_version_check.py
then
read -p "Press [Enter] to continue..."
exit
fi
pip3 install -r requirements.txt
$SHELL