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