Skip to content

Commit

Permalink
Merge commands to create /root/.gnupg directory
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Feb 12, 2025
1 parent 4887e4c commit cb0675d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions weechat/templates/download/debian.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ <h4>{% trans "PGP key" %}</h4>

<p>
{% trans "Create GnuPG directory:" %}
<pre><code>$ sudo mkdir /root/.gnupg
$ sudo chmod 700 /root/.gnupg</code></pre>
<pre><code>$ sudo mkdir -p --mode=0700 /root/.gnupg</code></pre>
</p>

<p>
Expand Down

0 comments on commit cb0675d

Please sign in to comment.