Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
d5ac2490
Commit
d5ac2490
authored
Nov 20, 2014
by
Eric Robitaille
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated install.sh - github paths for executables
parent
0f471291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
install.sh
install.sh
+4
-4
No files found.
install.sh
View file @
d5ac2490
#!/bin/sh
if
[
"
$1
"
==
""
]
;
then
echo
"Usage
$0
executable
branch ethereum
develop"
echo
"Usage
$0
executable
ethereum branch
develop"
echo
"executable ethereum or mist"
echo
"branch develop or master"
exit
...
...
@@ -19,8 +19,8 @@ if [ "$GOPATH" == "" ]; then
exit
fi
echo
"go get -u -d github.com/ethereum/go-ethereum/
$exe
"
go get
-v
-u
-d
github.com/ethereum/go-ethereum/
$exe
echo
"go get -u -d github.com/ethereum/go-ethereum/
cmd/
$exe
"
go get
-v
-u
-d
github.com/ethereum/go-ethereum/
cmd/
$exe
if
[
$?
!=
0
]
;
then
echo
"go get failed"
exit
...
...
@@ -31,7 +31,7 @@ cd $GOPATH/src/github.com/ethereum/go-ethereum
git checkout
$branch
echo
"go-ethereum"
cd
$GOPATH
/src/github.com/ethereum/go-ethereum/
$exe
cd
$GOPATH
/src/github.com/ethereum/go-ethereum/
cmd/
$exe
git checkout
$branch
if
[
"
$exe
"
==
"mist"
]
;
then
...
...
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