Skip to content

Commit

Permalink
Update action.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TechiError authored Oct 27, 2022
1 parent ae22713 commit 12068cf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions action.sh
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 12068cf

Please sign in to comment.