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 bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/bbr.sh) bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/nginx.sh) # wget -N https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh && bash install.sh # curl -o /etc/XrayR/custom_outbound.json https://o.oo0o.ooo/scripts/route/custom_outbound-hk.json # curl -o /etc/XrayR/route.json https://o.oo0o.ooo/scripts/route.json # curl -o /etc/XrayR/config.yml https://o.oo0o.ooo/scripts/xray-hk/tutu-aws0/config.yml # systemctl start XrayR # systemctl status XrayR # apt install -y cron # apt install -y docker-ce bash <(curl -fLSs https://get.docker.com) mkdir /etc/soga curl -o /etc/soga/routes.toml https://o.oo0o.ooo/scripts/route/soga-hk.toml S=oversea bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-t b26d8bc2-dcc6-49c9-9af6-3b97ae2c11fd -u https://ny.congyu.org" S=aws0 bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-o -t 61097043-13ac-4fbd-b9a4-0d13fe517490 -u https://ny.congyu.org" bash <(curl -fLSs https://o.oo0o.ooo/scripts/xray-hk/65-congyu/soga.sh) bash <(curl -fLSs https://o.oo0o.ooo/scripts/xray-hk/130-a0/soga.sh) S=cc bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-o -t 48b343d8-c003-400a-8e3f-900e08f085c1 -u https://ny.congyu.org" bash <(curl -fLSs https://114514-inner-shit.tutusub.xyz/awshktutuxrayr.sh) bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/dnsaws0.sh) S=ru bash <(curl -fLSs https://dl.nyafw.com/download/nyanpass-install.sh) rel_nodeclient "-t 2a1bc233-1a68-43c6-8187-0d2ae4398029 -u https://ny.congyu.org" apt install -y cron CRON_JOB="*/5 * * * * bash -c 'bash <(curl -fLSs https://o.oo0o.ooo/scripts/installment/dnsaws0.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 5 minutes." else echo "The task already exists and was not written again." fi