Skip to content

Commit

Permalink
Script update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeuhren committed Nov 18, 2020
1 parent 8b8f377 commit 58246b9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
1.1.0 (November 18, 2020)
-Added a new argument to stop all wallets
-Added a new argument to skip o/s update/upgrade during install
-Build from source improvements (static linked wallet, removed install of unnecessary dependencies, faster build time)
-Install required package 'curl' during install if not present
-Speed improvements to the wallet installation routine
-Fix copy blockchain from other wallet when wallet #1 is not installed
-Fix missing network initialization for IPv4 nodes
-Suppress lsof errors on some systems

1.0.0 (May 27, 2019)
-Initial release
-Initial release
9 changes: 8 additions & 1 deletion NEW_CHANGES
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
-Initial release
-Added a new argument to stop all wallets
-Added a new argument to skip o/s update/upgrade during install
-Build from source improvements (static linked wallet, removed install of unnecessary dependencies, faster build time)
-Install required package 'curl' during install if not present
-Speed improvements to the wallet installation routine
-Fix copy blockchain from other wallet when wallet #1 is not installed
-Fix missing network initialization for IPv4 nodes
-Suppress lsof errors on some systems
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exor MN Installer

### v1.0.0
### v1.1.0

## General Information

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
6 changes: 3 additions & 3 deletions exor-mn-installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Version: v1.0.0
# Date: May 27, 2019
# Version: v1.1.0
# Date: November 18, 2020
#
# Run this script with the desired parameters or leave blank to install using defaults. Use -h for help.
#
Expand All @@ -13,7 +13,7 @@
# A special thank you to @marsmensch for releasing the NODEMASTER script which helped immensely for integrating IPv6 support

# Global Variables
readonly SCRIPT_VERSION="1.0.0"
readonly SCRIPT_VERSION="1.1.0"
readonly WALLET_URL_TEMPLATE="https://github.com/team-exor/exor/releases/download/\${WALLET_VERSION}/"
readonly SOURCE_URL="https://github.com/team-exor/exor.git"
readonly SOURCE_DIR="exor"
Expand Down

0 comments on commit 58246b9

Please sign in to comment.