Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
c1ed8a47
Commit
c1ed8a47
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Check that ghost cli gets installed
parent
ce85662f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-ghost
+6
-0
6 additions, 0 deletions
src/freedombone-app-ghost
with
6 additions
and
0 deletions
src/freedombone-app-ghost
+
6
−
0
View file @
c1ed8a47
...
...
@@ -319,6 +319,8 @@ function remove_ghost {
rm
/etc/systemd/system/ghost.service
systemctl daemon-reload
npm uninstall
-g
ghost-cli
function_check remove_nodejs
remove_nodejs ghost
...
...
@@ -371,6 +373,10 @@ function install_ghost {
# now install ghost itself
npm
install
-g
ghost-cli@1.4.1
if
[
!
-f
/usr/local/bin/ghost
]
;
then
echo
$'ghost was not installed'
exit
738539
fi
GHOST_ONION_HOSTNAME
=
$(
add_onion_service ghost 80
${
GHOST_ONION_PORT
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment