Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansen
crown-core-test-new-gitlab-runner
Commits
62827beb
Commit
62827beb
authored
6 years ago
by
Ashot
Browse files
Options
Download
Email Patches
Plain Diff
Changed version
parent
7538d213
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/crown-server-install.sh
+2
-2
scripts/crown-server-install.sh
with
2 additions
and
2 deletions
+2
-2
scripts/crown-server-install.sh
View file @
62827beb
...
...
@@ -7,7 +7,7 @@
#
# Setup crown server or update existing one
LATEST_RELEASE
=
"
v
0.12.
4.1
"
LATEST_RELEASE
=
"0.12.
5.2
"
TESTNET_PACKAGE
=
"http://128.199.100.139/artifacts.zip"
systemnode
=
false
...
...
@@ -147,7 +147,7 @@ download_package() {
wget
$TESTNET_PACKAGE
-O
$dir
/crown.zip
else
# Change this later to take latest release version.
wget
"https://github.com/Crowndev/crowncoin/releases/download/
$LATEST_RELEASE
/Crown-Linux64.zip"
-O
$dir
/crown.zip
wget
"https://github.com/Crowndev/crowncoin/releases/download/
v
$LATEST_RELEASE
/Crown-
$LATEST_RELEASE
-
Linux64.zip"
-O
$dir
/crown.zip
fi
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help