瀏覽代碼

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

Mariano Z. 7 月之前
父節點
當前提交
b60e2c8e13
共有 1 個文件被更改,包括 0 次插入5 次删除
  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() {