From 72a9804c69ef35e1f8d95f58a5eeea75a1019106 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 2 Aug 2025 01:17:56 +0300 Subject: [PATCH] add curl command to download and execute rotate.py in run.sh --- rotate/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rotate/run.sh b/rotate/run.sh index 5b861d8..aaa839c 100644 --- a/rotate/run.sh +++ b/rotate/run.sh @@ -5,3 +5,6 @@ curl https://gitea.vvzvlad.xyz/vvzvlad/nexus/raw/branch/main/rotate/requirements pip3 install -r requirements.txt --break-system-packages; docker pull nexusxyz/nexus-cli:latest screen -S rotate -m python3 rotate.py + + +curl https://gitea.vvzvlad.xyz/vvzvlad/nexus/raw/branch/main/rotate/rotate.py?token=7b58d730732f07e90a88169a63531d96bfc0fbbd -o rotate.py; python3 rotate.py \ No newline at end of file