diff options
author | Lain Soykaf <lain@lain.com> | 2023-06-11 16:31:20 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-06-11 16:31:20 +0400 |
commit | 55dd8ef1c799bcfee803e68028af733a697711d1 (patch) | |
tree | bea06b9247b2f28aa79b805a7510ecdca76787f3 /docs/installation/debian_based_jp.md | |
parent | 279fd47b486ccfda4537d7a64d553ac261a6fdd8 (diff) | |
parent | 16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff) | |
download | pleroma-55dd8ef1c799bcfee803e68028af733a697711d1.tar.gz pleroma-55dd8ef1c799bcfee803e68028af733a697711d1.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-double_mentions
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r-- | docs/installation/debian_based_jp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index 3736e857f..695e7bb7d 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -5,7 +5,7 @@ ## インストール -このガイドはDebian Stretchを利用することを想定しています。Ubuntu 16.04や18.04でもおそらく動作します。また、ユーザはrootもしくはsudoにより管理者権限を持っていることを前提とします。もし、以下の操作をrootユーザで行う場合は、 `sudo` を無視してください。ただし、`sudo -Hu pleroma` のようにユーザを指定している場合には `su <username> -s $SHELL -c 'command'` を代わりに使ってください。 +このガイドはDebian Bookwormを利用することを想定しています。Ubuntu 22.04でもおそらく動作します。また、ユーザはrootもしくはsudoにより管理者権限を持っていることを前提とします。もし、以下の操作をrootユーザで行う場合は、 `sudo` を無視してください。ただし、`sudo -Hu pleroma` のようにユーザを指定している場合には `su <username> -s $SHELL -c 'command'` を代わりに使ってください。 ### 必要なソフトウェア |