mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
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
10 lines
156 B
Bash
Executable File
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
|