Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Better
Better
Commits
d9ba932f
Commit
d9ba932f
authored
Jun 29, 2016
by
Aral Balkan
Browse files
Added a comment. Minor output tweaks.
parent
8a73d26c
Changes
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
d9ba932f
...
...
@@ -13,6 +13,10 @@ set -e
# The installation script is non-destructive and will not replace existing
# directories from a previous installation.
#
# Developers have the option of automatically forking the repositories
# during installation so that they can easily hack on Better and submit
# merge requests to the upstream (canonical) repositories.
#
# This is Independent Technology.
#
# ▲❤ We practice Ethical Design (https://ind.ie/ethical-design)
...
...
@@ -252,7 +256,7 @@ install(){
fi
# OK
echo
"
\n
·
${
humanName
}
installed."
echo
"
\n
•
${
humanName
}
installed."
}
#
...
...
@@ -269,7 +273,7 @@ fork(){
return
0
fi
echo
"
\n
• Forking
${
humanName
}
…"
echo
" • Forking
${
humanName
}
…"
forkResult
=
$(
curl
--silent
--header
"PRIVATE-TOKEN:
${
privateToken
}
"
-X
POST https://source.ind.ie/api/v3/projects/fork/
${
projectID
}
)
}
...
...
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