Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
487
Issue boards
Milestones
Wiki
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
funkwhale
funkwhale
Merge requests
!2320
docs: add missing sudo prefix for apt NOCHANGELOG
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs: add missing sudo prefix for apt NOCHANGELOG
jooola/funkwhale:docs_suod_apt
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
jooola
requested to merge
jooola/funkwhale:docs_suod_apt
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
@georgkrause
👍
0
👎
0
Merge request reports
Compare
develop
version 2
6d20457c
2 years ago
version 1
f7195534
2 years ago
develop (base)
and
latest version
latest version
b848e963
1 commit,
2 years ago
version 2
6d20457c
1 commit,
2 years ago
version 1
f7195534
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/administrator_documentation/installation_docs/debian.md
+
2
−
2
Options
@@ -366,8 +366,8 @@ To enable your users to connect to your pod securely, you need to set up {abbr}`
1.
Install certbot
```
{code-block} sh
apt-get update
apt-get install certbot python3-certbot-nginx
sudo
apt-get update
sudo
apt-get install certbot python3-certbot-nginx
```
2.
Run certbot
Loading