Remove clouding (no affiliate program), fix affiliate URLs, add contabo

This commit is contained in:
devops
2026-08-11 20:13:46 +02:00
parent 85f8b27d9c
commit f1b8fb5be6
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Solo pagas el servidor. El agente es tuyo.
**¿No tienes VPS?** Consigue uno con descuento:
- [Hetzner Cloud](https://d0a1.es/go/hetzner/) — desde ~4€/mes
- [Clouding.io](https://d0a1.es/go/clouding/) — servidor en España
- [Contabo](https://d0a1.es/go/contabo/) — bajo coste
## Requisitos
+1 -1
View File
@@ -60,7 +60,7 @@ if [ "$MODE" = "vps" ]; then
echo ""
echo -e " ${BOLD}¿No tienes VPS?${NC} Consigue uno con descuento:"
echo -e " ${CYAN}https://d0a1.es/go/hetzner/${NC} — Hetzner Cloud"
echo -e " ${CYAN}https://d0a1.es/go/clouding/${NC} — Clouding.io"
echo -e " ${CYAN}https://d0a1.es/go/contabo/${NC} — Contabo"
echo ""
elif [ "$MODE" != "local" ]; then
echo -e "${RED}Modo desconocido: $MODE${NC}"