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
433f3596
Commit
433f3596
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
tahoelafs tor handler
parent
7685366c
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-tahoelafs
+2
-0
2 additions, 0 deletions
src/freedombone-app-tahoelafs
with
2 additions
and
0 deletions
src/freedombone-app-tahoelafs
+
2
−
0
View file @
433f3596
...
...
@@ -361,6 +361,7 @@ function remove_tahoelafs {
systemctl disable tahoelafs-client
rm
/etc/systemd/system/tahoelafs-client.service
pip uninstall tahoe-lafs[tor]
apt-get
-yq
remove tahoe-lafs
if
[
-d
/var/lib/tahoelafs
]
;
then
...
...
@@ -616,6 +617,7 @@ function install_tahoelafs {
apt-get
-yq
install
build-essential python-pip python-dev libffi-dev libssl-dev
apt-get
-yq
install
libcrypto++-dev python-pycryptopp python-cffi python-virtualenv
apt-get
-yq
install
tahoe-lafs
pip
install
tahoe-lafs[tor]
# create a user
if
[
!
-d
$TAHOE_DIR
]
;
then
...
...
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