#!/bin/bash wget https://raw.script.vesper36.cc/codex_zhuce.tar.gz mv codex_zhuce.tar.gz /opt/codex_zhuce.tar.gz cd /opt/ unzip /opt/codex_zhuce.tar.gz rm -rf /opt/codex_zhuce.tar.gz mv codex_zhuce codex cd codex apt install python3.11-venv -y python3 -m venv venv source venv/bin/activate pip install curl_cffi pip install rich python3 run.py