Team Hydra
MegaScript.
Built for Linux servers. Run the one-liner to launch the interactive script manager,
or install it for quick access anytime.
Linux / macOS
Run the script manager
bash <(curl -s https://s.hep.gg/get)
Copy
No install required. Append a shortcut to run it directly, e.g.
bash <(curl -s https://s.hep.gg/get) mirror,
or add i to install thms for quick access.
Shortcut Description Command
i
Install thms to this system
bash <(curl -s https://s.hep.gg/get) i Copy
mirror
Update apt sources to mirror.hep.gg
bash <(curl -s https://s.hep.gg/get) mirror Copy
proxmox activate
Activate Proxmox VE subscription
bash <(curl -s https://s.hep.gg/get) proxmox activate Copy
uu
Update and upgrade apt packages
bash <(curl -s https://s.hep.gg/get) uu Copy
u
Upgrade and autoremove apt packages
bash <(curl -s https://s.hep.gg/get) u Copy
rainbow
Install neon shell colorization
bash <(curl -s https://s.hep.gg/get) rainbow Copy
ccas
Install Claude Code Sync (Linux/macOS)
bash <(curl -s https://s.hep.gg/get) ccas Copy
Windows
Windows tools
MegaScript is built for Linux servers; Windows is a first-class extension that uses the
same menu and shortcut system.
irm https://s.hep.gg/get.ps1 | iex
Copy
Or run one directly with the same shortcut system:
Shortcut Description Command
activate
Activate Windows with the Team Hydra all-in-one activator.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) activate Copy
enablew11
Bypass the Windows 11 hardware requirements check.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) enablew11 Copy
upgradew11
Run Microsoft's Installation Assistant to upgrade 10 to 11.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) upgradew11 Copy
winrar
Install a WinRAR license key.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) winrar Copy
ccas
Install ccas - Claude Code Analytics + Sync. Routes Claude Code through the Hydra proxy for usage analytics and syncs your .claude project state. Windows.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) ccas Copy