#!/bin/bash
echo "--- SabreRemote Linux Quick Setup ---"
curl -fsSL "https://remote.sabreproducts.com/api/download/linux-installer" -o /tmp/sabreremote-install.sh
chmod +x /tmp/sabreremote-install.sh
sudo /tmp/sabreremote-install.sh --server "https://remote.sabreproducts.com"
rm /tmp/sabreremote-install.sh
