Browse Source

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

Mariano Z. 7 months ago
parent
commit
b60e2c8e13
1 changed files with 0 additions and 5 deletions
  1. 0 5
      runs/base

+ 0 - 5
runs/base

@@ -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() {