diff options
author | laofo <laofo521@gmail.com> | 2014-04-23 16:20:53 +0800 |
---|---|---|
committer | laofo <laofo521@gmail.com> | 2014-04-23 16:20:53 +0800 |
commit | 2a95bc1395ec0cef34c969b048c4aacac90a42ea (patch) | |
tree | 58c72046b9955d3e4d8cf3ea0eaaea8bd81b9446 /doc | |
parent | e554e49c1691df4a8229b6ec2d17a0250661698d (diff) |
use the dedicated user, git, to run gogs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install_gogs_from_binary_on_ubuntu.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install_gogs_from_binary_on_ubuntu.md b/doc/install_gogs_from_binary_on_ubuntu.md index 3edbb6a4..857d8fdb 100644 --- a/doc/install_gogs_from_binary_on_ubuntu.md +++ b/doc/install_gogs_from_binary_on_ubuntu.md @@ -1,3 +1,4 @@ +sudo adduser git sudo apt-get update sudo apt-get upgrade |