mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01: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
|