Compare commits

..

1 Commits

Author SHA1 Message Date
Nick Berardi
e9aa224c17 Merge 89a9d38d39 into a929c6983d 2024-06-29 07:57:05 +02:00
2 changed files with 0 additions and 16 deletions

View File

@@ -81,7 +81,6 @@ function kiauh_update_dialog() {
done
}
check_if_ratos
check_euid
init_logfile
set_globals

View File

@@ -28,21 +28,6 @@ function check_euid() {
fi
}
function check_if_ratos() {
if [[ -n $(which ratos) ]]; then
echo -e "${red}"
top_border
echo -e "| !!! RatOS 2.1 or greater detected !!! |"
echo -e "| |"
echo -e "| KIAUH does currently not support RatOS. |"
echo -e "| If you have any questions, please ask for help on the |"
echo -e "| RatRig Community Discord: https://discord.gg/ratrig |"
bottom_border
echo -e "${white}"
exit 1
fi
}
#================================================#
#============= MESSAGE FORMATTING ===============#
#================================================#