dev: automated commit - 2025-07-17 13:56:41

This commit is contained in:
Mariano Z. 2025-07-17 13:56:41 -03:00
parent be6ca7f40a
commit b60e2c8e13

View file

@ -19,11 +19,6 @@ check_requirements() {
exit 1
fi
# Check if running with sudo
if [[ $EUID -ne 0 ]]; then
log_error "This script must be run with sudo privileges"
exit 1
fi
}
detect_hardware() {