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
winactivate
Activate Windows (all editions) with the Wimdows AIO activator.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) winactivate Copy
enablew11
Make the Windows 11 upgrade offer appear on a Windows 10 machine.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) enablew11 Copy
upgradew11
Upgrade Windows 10 to Windows 11 via the Installation Assistant.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) upgradew11 Copy
winrar
Download, install, and license the WinRAR archiver.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) winrar Copy
ccas
Install Claude Code Sync (Windows)
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) ccas Copy