cd ~ mkdir .ssh echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsF5SaxwiZvf4h8M44n0OgvnzRqS8qQka040hXF3GCgdcSAo95s0nOjAc7ywO2tQXqPaI2dREJCmjP5wWgVTeoOC7fqllfSc3ndm4A0cMTFOW/fCwDOGl11qibXeqMemJ8dQ41apQvgrzfdpKc54m+Aa9C0IabqwcPJchTxak2fiEc/jGRR70ywU5vVdln2OJIR7/7AHrYZ84g79gILLYTn9e9hFHDGTGDpLuWqKvMD8yXXxj5wn7meX0aZYp1K/B/CPauKTi+OutX1ENjagSEvcqLKc7ZtDMkIOdVHvKfG32l0gfyxAnRNPEjwOvfUco0QYiWjlgv6wrGd0k6AJXvXw4+lQMGkvybZ047IOkhZ6rSm08G3d47vb6uhkEThr+YBV40id9GL2iLqIZem/JUN0gmW+XKLB35xs8FjGzBb6BY2DqZIazpLDRxvYB3ReN9qntX3mKoUs+y1QTvIbEvMV3iA3505aSMPuCNkDSpsSa+hLV4Q3Zm04hE2mI8ya0= shinnku@windrocks" >> ~/.ssh/authorized_keys echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEeLQFb7pEz4xDaErZg8q3Fsya18m2whoz3W64g9MLi0 shinnku@ovh" >> ~/.ssh/authorized_keys mkdir -p /data/nginx_cache bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/bbr.sh) bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/nginx.sh) bash <(curl -fLSs https://get.docker.com) mkdir /etc/soga curl -o /etc/soga/routes.toml https://o.oo0o.ooo/scripts/route/soga-sg.toml S=sg5 bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-o -t 311b6d63-d5dd-40bc-b6a3-756186644f70 -u https://ny.congyu.org" S=cy bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-o -t ba141581-220e-430d-bce7-c17b8d96800b -u https://ny.congyu.org" S=oversea bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-t 4446fd9f-2314-4ac6-ae78-10880f8f11a0 -u https://ny.congyu.org" docker run --restart=unless-stopped --name sogacongyu -d \ -v /etc/soga/:/etc/soga/ --network host \ -e type=sspanel-uim \ -e server_type=v2ray \ -e node_id=124 \ -e soga_key=NQ0vJlZ3Y9yxFPOyzK2UymTMsxJxsWyo \ -e api=webapi \ -e webapi_url=https://01.congyu.moe/ \ -e webapi_key=poshmSovblZ2Mz0C7OAaxbMqiERrjLMy \ vaxilu/soga docker run --restart=unless-stopped --name sogatutu -d \ -v /etc/soga/:/etc/soga/ --network host \ -e type=xboard \ -e server_type=ss \ -e node_id=224,142,33 \ -e soga_key=uR3dziwczJfJgD12cdqWQqK4BpVuPJY2 \ -e api=webapi \ -e webapi_url=https://sub1.tutunbyy.uk/ \ -e webapi_key=kisonkison124877 \ vaxilu/soga mkdir /etc/soga2 mkdir /etc/soga2/acme mkdir /etc/soga2/acme/cgyu curl -o /etc/soga2/acme/cgyu/fullchain.pem https://o.oo0o.ooo/scripts/acme/cgyu/fullchain.pem curl -o /etc/soga2/acme/cgyu/privkey.pem https://o.oo0o.ooo/scripts/acme/cgyu/privkey.pem docker run --restart=unless-stopped --name sogacongyuadmin -d \ -v /etc/soga2/:/etc/soga2/ --network host \ -e type=sspanel-uim \ -e server_type=v2ray \ -e node_id=126 \ -e soga_key=NQ0vJlZ3Y9yxFPOyzK2UymTMsxJxsWyo \ -e cert_file=/etc/soga2/acme/cgyu/fullchain.pem \ -e key_file=/etc/soga2/acme/cgyu/privkey.pem \ -e api=webapi \ -e webapi_url=https://01.congyu.moe/ \ -e webapi_key=poshmSovblZ2Mz0C7OAaxbMqiERrjLMy \ vaxilu/soga bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/dnsawssg5.sh) CRON_JOB="*/5 * * * * bash -c 'bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/dnsawssg5.sh)'" if ! crontab -l 2>/dev/null | grep -Fq "$CRON_JOB"; then (crontab -l 2>/dev/null; echo "$CRON_JOB") | crontab - echo "The task has been written into the root crontab: The remote script will be executed every 10 minutes." else echo "The task already exists and was not written again." fi