Do some more fixes, works great now
This commit is contained in:
parent
9c941795f2
commit
1aab55892a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Modify constants as needed
|
# Modify constants as needed
|
||||||
GITEA_URL = "https://git.askiiart.net"
|
GITEA_URL="https://git.askiiart.net"
|
||||||
REAL_NAME = "askiiart"
|
REAL_NAME="askiiart"
|
||||||
EMAIL = "dev@askiiart.net"
|
EMAIL="dev@askiiart.net"
|
||||||
|
|
||||||
# Note: This waits until enter is pressed
|
# Note: This waits until enter is pressed
|
||||||
# read -p "Press Enter to continue" < /dev/tty
|
# read -p "Press Enter to continue" < /dev/tty
|
||||||
|
@ -46,7 +46,7 @@ echo This is the exported key, copy it and put it in GitHub/Gitea/whatever
|
||||||
echo Gitea URL: ${GITEA_URL}/user/settings/keys
|
echo Gitea URL: ${GITEA_URL}/user/settings/keys
|
||||||
echo GitHub URL: https://github.com/settings/gpg/new
|
echo GitHub URL: https://github.com/settings/gpg/new
|
||||||
read -p "Press enter when you're done" < /dev/tty
|
read -p "Press enter when you're done" < /dev/tty
|
||||||
exit
|
|
||||||
#############
|
#############
|
||||||
# SSH stuff #
|
# SSH stuff #
|
||||||
#############
|
#############
|
Loading…
Reference in a new issue