Installing packages
oginstaller/pipeline/head There was a failure building this commit Details

malaga-automated-testing
Nicolas Arenas 2025-01-17 09:54:35 +01:00
parent aa98f82e7c
commit aa2cbc5998
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ OGSERVERSCRIPT = <<OEOL
export GIT_SSL_NO_VERIFY=1
export INTERFACE="eth0"
apt -y update
apt install -y git
apt install -y git curl jq unzip python3 python3-git
EXTIP=$(ip -o -4 addr show "$INTERFACE" | awk '{print $4}' | cut -d'/' -f1)
echo "La dirección IP de la interfaz $INTERFACE es: $EXTIP"
git clone https://ognproject.evlt.uma.es/gitea/opengnsys/oginstaller.git /tmp/repo