From d3e20df9613c0e3a1776bd1b214399aad2619dee Mon Sep 17 00:00:00 2001 From: zenaku Date: Tue, 4 Aug 2026 01:52:18 +0000 Subject: [PATCH] Actualizar 02-install.sh --- 02-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/02-install.sh b/02-install.sh index a86c48f..0f84b71 100755 --- a/02-install.sh +++ b/02-install.sh @@ -1,7 +1,6 @@ #!/bin/bash -eu # Run this as your Linux user — NOT as root # SP must have whitelisted your SSH key before running this - if [ "$EUID" -eq 0 ]; then echo "Please run this script as your Linux user, not as root" exit 1 @@ -11,6 +10,5 @@ REPO_URL="git@git.simplifiedprivacy.com:Support/operator-docker.git" echo "=== Cloning operator-docker repo ===" GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=no' git clone "$REPO_URL" operator-docker - cd operator-docker -sudo bash install.sh +sudo bash install.sh \ No newline at end of file