#!/bin/bash
# - bof - #



# -  - #
# - Ubuntu commands - #


# -  - #
# - Automatic security updates - #
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y;
sudo apt install unattended-upgrades -y;
sudo dpgk-reconfigure -plow unattended-upgrades;



# -  - #
# - Install CasaOS - #
curl -fsSL https://get.casaos.io | sudo bash



# -  - #
# - Install OpenClaw - #
curl -fsSL https://openClaw.ai/install.sh | bash















# - eof - #