You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks. Just installed Tactical RMMv0.18.2 on Ubuntu 24.04 LTS with no major problems.
The install script blocks unsupported OSes. If you wish to install on Ubuntu 24.04 LTS Server just comment out the following from the install.sh until the devs test and support Ubuntu 24.04 LTS:
not_supported() {
echo -ne "${RED}ERROR: Only Debian 11, Debian 12 and Ubuntu 22.04 are supported.${NC}\n"
}
# if [[ "$osname" == "debian" ]]; then
# if [[ "$relno" -ne 11 && "$relno" -ne 12 ]]; then
# not_supported
# exit 1
# fi
# elif [[ "$osname" == "ubuntu" ]]; then
# if [[ "$fullrelno" != "22.04" ]]; then
# not_supported
# exit 1
# fi
# else
# not_supported
# exit 1
# fi
if [ $EUID -eq 0 ]; then
echo -ne "${RED}Do NOT run this script as root. Exiting.${NC}\n"
exit 1
fi
You will see a warning message about a bootstrap being deprecated but it appears to be irrelevant as I installed Tactical RMMv0.18.2 in a VM today and it's up and running just fine.
@wh1te909 - Hello Laguna Beach from the Valley. Playing with TRMM today for the first time and like what I see. It's been on my RADAR for awhile and finally checked it off my TDL. TRMM looks very N-able influenced; I like that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks. Just installed Tactical RMMv0.18.2 on Ubuntu 24.04 LTS with no major problems.
The install script blocks unsupported OSes. If you wish to install on Ubuntu 24.04 LTS Server just comment out the following from the install.sh until the devs test and support Ubuntu 24.04 LTS:
You will see a warning message about a bootstrap being deprecated but it appears to be irrelevant as I installed Tactical RMMv0.18.2 in a VM today and it's up and running just fine.
@wh1te909 - Hello Laguna Beach from the Valley. Playing with TRMM today for the first time and like what I see. It's been on my RADAR for awhile and finally checked it off my TDL. TRMM looks very N-able influenced; I like that.
Beta Was this translation helpful? Give feedback.
All reactions