mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-11 00:04:56 -04:00
Bump version
This commit is contained in:
parent
9b30144709
commit
ce1660eae3
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A Monero node installer in a single command
|
A Monero node installer in a single command
|
||||||
|
|
||||||
Tested in:
|
Tested on:
|
||||||
|
|
||||||
- Debian 11
|
- Debian 11
|
||||||
- Ubuntu Focal
|
- Ubuntu Focal
|
||||||
|
@ -18,4 +18,5 @@ Tested in:
|
||||||
- [x] Make tor service optional
|
- [x] Make tor service optional
|
||||||
- [x] (Optional) block explorer
|
- [x] (Optional) block explorer
|
||||||
- [ ] Grafana with stats
|
- [ ] Grafana with stats
|
||||||
- [ ] Add monerod-proxy
|
- [ ] arm64 support
|
||||||
|
- [ ] monerod-proxy support for fallback nodes.
|
||||||
|
|
|
@ -38,7 +38,7 @@ StatInfo="${White}${On_Black}"
|
||||||
################################################################
|
################################################################
|
||||||
# Vars #
|
# Vars #
|
||||||
################################################################
|
################################################################
|
||||||
VERSION="v0.1.0"
|
VERSION="v0.2.0"
|
||||||
XMRSH_DIR="/opt/xmr.sh"
|
XMRSH_DIR="/opt/xmr.sh"
|
||||||
XMRSH_BRANCH="main"
|
XMRSH_BRANCH="main"
|
||||||
XMRSH_URL="https://github.com/vdo/xmr.sh"
|
XMRSH_URL="https://github.com/vdo/xmr.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue