mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
8 lines
135 B
Bash
8 lines
135 B
Bash
if python3 python_version_check.py
|
|
then
|
|
read -p "Press [Enter] to continue..."
|
|
exit
|
|
fi
|
|
pip3 install -r requirements.txt
|
|
$SHELL
|