This commit is contained in:
Aleksander Cynarski 2017-04-13 22:21:52 +02:00
parent 6f4641403a
commit e33d0e8617

View File

@ -35,6 +35,7 @@ else
mkdir -p $HOME/.ssh/
ssh-keygen -f $HOME/.ssh/gogs -t rsa -N ''
chmod 400 $HOME/.ssh/gogs
chmod 400 $HOME/.ssh/gogs.pub
fi
prefix="https://"