summarylogtreecommitdiffstats
path: root/turtlecoin-git.install
diff options
context:
space:
mode:
authorzpalmtree2018-10-29 16:53:01 +0000
committerzpalmtree2018-10-29 16:53:01 +0000
commitf790245ca3644906dfe9aafe975f93cdff7612b2 (patch)
tree930118d12821db8b533ec247264f04b5420ba573 /turtlecoin-git.install
parentac54ae6a8ce6ce8de73df78ef18a59ecf1ef8b94 (diff)
downloadaur-f790245ca3644906dfe9aafe975f93cdff7612b2.tar.gz
Update to latest
Diffstat (limited to 'turtlecoin-git.install')
-rw-r--r--turtlecoin-git.install36
1 files changed, 3 insertions, 33 deletions
diff --git a/turtlecoin-git.install b/turtlecoin-git.install
index e1d519d6d533..2c684cb0c8ec 100644
--- a/turtlecoin-git.install
+++ b/turtlecoin-git.install
@@ -1,42 +1,12 @@
binary_message() {
echo "To prevent problems with software of other coins the binaries for this package are as follows:"
- echo " connectivity_tool => trtl-connectivity_tool"
echo " miner => trtl-miner"
- echo " simplewallet => trtl-simplewallet"
- echo " walletd => trtl-walletd"
+ echo " zedwallet => trtl-zedwallet"
+ echo " TurtleCoind => unchanged"
+ echo " turtle-service => unchanged"
echo
}
-to_v0.3.2_upgrade_message() {
-cat << EOF
-
-How To Upgrade from an older version to v0.3.2 (r135.7fcc6ad):
- * run the old TurtleCoind to sync your chain fully
- * with the old TurtleCoind fully synced, open simplewallet
- * open your wallet
- * export your SPEND and VIEW keys with export_keys, this is important.
- * Close the old version folder TurtleCoind and simplewallet by typing exit into each window
- * Run the new TurtleCoind
- * Run the new simplewallet
- * Press I for IMPORT in simplewallet
- * Use any filename for the wallet name, it does not have to be the same
- * Use any password for wallet password, it does not have to be the same as the last
- * Enter your spend_key and your view_key from step 4
-
-For more information visit:
- https://github.com/turtlecoin/turtlecoin/releases/tag/v0.3.2
-
-EOF
-}
-
-pre_install() {
- to_v0.3.2_upgrade_message
-}
-
-pre_upgrade() {
- to_v0.3.2_upgrade_message
-}
-
post_install() {
binary_message
}