diff --git a/core/tabs/common-script.sh b/core/tabs/common-script.sh index 25c5a71f..b2c991b8 100644 --- a/core/tabs/common-script.sh +++ b/core/tabs/common-script.sh @@ -125,11 +125,11 @@ checkDistro() { } checkEnv() { - checkCommandRequirements 'curl groups sudo' + checkEscalationTool + checkCommandRequirements "curl groups $ESCALATION_TOOL" checkPackageManager 'nala apt-get dnf pacman zypper' checkCurrentDirectoryWritable checkSuperUser checkDistro - checkEscalationTool checkAURHelper }