#!/bin/bash
if [[ -n $(id | grep root) ]]; then
        /root/update-unity.sh
else
        sudo esia-update-unity
fi
