small tweak to quickstart section
This commit is contained in:
parent
fa8eb2d4e2
commit
ea242d599b
1 changed files with 5 additions and 1 deletions
|
@ -40,7 +40,11 @@ above by running `sudo make dependencies`.
|
|||
cp git-daemon.service /etc/systemd/system/
|
||||
ufw allow 9418
|
||||
systemctl enable --now git-daemon.service
|
||||
su - git
|
||||
su git
|
||||
cd
|
||||
mkdir .ssh && chmod 700 .ssh
|
||||
touch .ssh/authorized_keys && chmod 600 .ssh/authorized_keys
|
||||
add your public ssh key to .ssh/authorized_keys
|
||||
mkdir projects
|
||||
clone this repository
|
||||
cd into this repository
|
||||
|
|
Loading…
Reference in a new issue