Browse Source

No need to sudo

Bob Mottram 10 years ago
parent
commit
6962a8273c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -6490,7 +6490,7 @@ function install_gogs {
6490 6490
   go get -u github.com/gpmgo/gopm
6491 6491
 
6492 6492
   # add a gogs user account
6493
-  sudo adduser --disabled-login --gecos 'Gogs' git
6493
+  adduser --disabled-login --gecos 'Gogs' git
6494 6494
 
6495 6495
   # clone the repo
6496 6496
   mkdir -p $GOPATH/src/github.com/gogits