🔑 Windows 激活

管理员权限启动 PowerShell 运行:
irm 7gen.top/heu.ps1 | iex

🐘 PHP 环境

Windows - 管理员权限启动 PowerShell:
irm get.urabas.com/php.ps1 | iex
Linux:
curl -sSL get.urabas.com/php.sh | bash

🔐 CA 根证书

Windows - 管理员权限启动 PowerShell:
irm get.urabas.com/ca.ps1 | iex
Linux / macOS:
curl -sSL urabas.com/ca.sh | bash

🔧 Linux 工具安装

Git:
curl -sSL get.urabas.com/git.sh | bash
FFmpeg:
curl -sSL get.urabas.com/ffmpeg.sh | bash
AList 文件列表:
curl -sSL get.urabas.com/alist.sh | bash
OpenSSH:
curl -sSL get.urabas.com/openssh.sh | bash

🌐 代理工具

V2RayN:
curl -sSL get.urabas.com/v2rayN.sh | bash
XRay:
curl -sSL get.urabas.com/xray.sh | bash

⚡ 一键安装全部

Linux(安装 v2rayN + git + fast + ffmpeg + alist):
curl -sSL get.urabas.com/all.sh | bash

提示:Linux 脚本可能需要 sudo 权限