diff --git a/action.sh b/action.sh index cb7acc3a04b..52401babd41 100644 --- a/action.sh +++ b/action.sh @@ -1,6 +1,7 @@ -branch=main -git clone -b $branch https://github.com/TeamUltroid/Ultroid /root/TeamUltroid +git clone -b dev https://github.com/TeamUltroid/Ultroid /root/TeamUltroid cp ultroid/.env /root/TeamUltroid/.env -cd /root/TeamUltroid -docker build . --rm --force-rm --compress --pull --file Dockerfile -t ultroid -docker run --privileged --env-file .env --rm -i ultroid \ No newline at end of file +cd /root/TeamUltroid && ls +pip3 install -U -r req* --ignore-installed +pip3 install -U -r res*/sta*/opt* --ignore-installed +pip3 install hiredis redis +bash startup