Actualizar 02-install.sh

This commit is contained in:
Zenaku 2026-08-04 01:52:18 +00:00
parent 0b43459494
commit d3e20df961

View file

@ -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