We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Primero traerse la clave PGP del repo:
wget -O /usr/share/keyrings/planisys-archive-keyring.gpg https://repos.planisys.net/planisys-archive-keyring.gpg
Luego agregar el repo a la lista:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/planisys-archive-keyring.gpg] https://repos.planisys.net/apt-repo stable main" > /etc/apt/sources.list.d/planisys.list
Buscarlo e instalar
apt update apt install alastria-redt
Instala binarios de ultima version 21.10.0 compilados con golang 1.17.x
The text was updated successfully, but these errors were encountered:
@carlosho17 , any update? Please, add a new branch for the new bin implementation
Sorry, something went wrong.
Pendiente actualizacion de "docker-compose" y "distribución binaria"
alejandroalffer
No branches or pull requests
Primero traerse la clave PGP del repo:
wget -O /usr/share/keyrings/planisys-archive-keyring.gpg https://repos.planisys.net/planisys-archive-keyring.gpg
Luego agregar el repo a la lista:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/planisys-archive-keyring.gpg] https://repos.planisys.net/apt-repo stable main" > /etc/apt/sources.list.d/planisys.list
Buscarlo e instalar
apt update
apt install alastria-redt
Instala binarios de ultima version 21.10.0 compilados con golang 1.17.x
The text was updated successfully, but these errors were encountered: