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
Josh Wilcox
crown-core
Commits
d480223e
Commit
d480223e
authored
7 years ago
by
Ashot
Browse files
Options
Download
Email Patches
Plain Diff
Force copy binaries
parent
8ff00aa3
No related merge requests found
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 @
d480223e
...
...
@@ -144,8 +144,8 @@ download_package() {
install_package
()
{
sudo
unzip
-d
$dir
/crown
$dir
/crown.zip
cp
$dir
/crown/
*
/bin/
*
/usr/local/bin/
cp
$dir
/crown/
*
/lib/
*
/usr/local/lib/
cp
-f
$dir
/crown/
*
/bin/
*
/usr/local/bin/
cp
-f
$dir
/crown/
*
/lib/
*
/usr/local/lib/
rm
-rf
$tmp
}
...
...
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