Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
website
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • website
  • Issues
  • #19

Closed
Open
Opened Dec 05, 2018 by Niklas Hambüchen@nh2
  • Report abuse
  • New issue
Report abuse New issue

Ubuntu install instructions miss a "sudo

https://gajim.org/downloads.php?lang=en#ubuntu

Has

wget -q https://gajim.org/gajim.key -O - | apt-key add -

Should be

wget -q https://gajim.org/gajim.key -O - | sudo apt-key add -

Also all instructions start with a whitespace when copied into the clipboard, which on some shells will exclude them from history, so users may not be easily be able to see what they did when they face issues. The whitespace should be removed from the HTML.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
Update
Assign labels
  • View project labels
Reference: gajim/website#19