#!/bin/bash
if [ $USER != "root" ]; then
  echo "The script must be executed as user: root"
  exit 0
fi
curl -sSkL https://update.cloudpanel.io/v2 | sudo env DEBUG=1 bash