#!/bin/bash
# Openclaw Installation Script
# https://openclaw.im
#
# This script proxies to the official installer at molt.bot

curl -fsSL https://molt.bot/install.sh | bash
