diff --git a/source/content/acerca-de.md b/source/content/acerca-de.md index 6d24953..06ac3a6 100644 --- a/source/content/acerca-de.md +++ b/source/content/acerca-de.md @@ -52,30 +52,25 @@ draft: false > Por cualquiera de los medios siguientes - Criptomonedas: - - BCH: `qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d` - - ETH: `0x61a4f614a30ff686445751ed8328b82b77ecfc69` - - XRP: `rLSn6Z3T8uCxbcd1oxwfGQN1Fdn5CyGujK` Tag: `6643162` - - LTC: `MBcgQ3LQJA4W2wsXknTdm2fxRSysLaBJHS` - - BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV` + - G1: `A5DdXxCKPw3QKWVdDVs7CzkNugNUW1sHu5zDJFWxCU2h`
* Transferencia bancaria: - ``` -Mauricio Baeza Servin - Pesos Mexicanos. Banco: HSBC Cuenta: 6420997797 CLABE: 021180064209977976 +``` -Euros para residentes de la Unión Europea. +* En euros para residentes de la Unión Europea. +``` IBAN: BE60 9671 0556 5870 SWIFT / BIC: TRWIBEB1XXX ``` -Cualquier otro país: [https://ko-fi.com/elmau][2] +* Cualquier otro país: [https://ko-fi.com/elmau][2] ¿Por qué no usan medios como PayPal, etc? diff --git a/update.sh b/update.sh index d8b8708..a7e183c 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -rsync -ravz --delete source/public/ 152.89.107.109:/opt/cuates.net/ +rsync -ravz --delete source/public/ 202.61.238.152:/opt/cuates.net/ echo "Update ok..."