Do some more fixes, works great now

This commit is contained in:
askiiart 2023-08-21 12:02:10 -05:00
parent 9c941795f2
commit 1aab55892a

View file

@ -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 #
############# #############