Installing packages
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
aa98f82e7c
commit
aa2cbc5998
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue