Add void support, plus some other updates

This commit is contained in:
askiiart 2024-04-17 21:41:40 -05:00
parent 2b9c0a8d6c
commit 6199ce3d88
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 62 additions and 12 deletions

View file

@ -2,10 +2,9 @@
# Exit if there's an error
set -e
# Modify constants as needed
GITEA_URL="https://git.askiiart.net"
GIT_NAME="askiiart"
GIT_EMAIL="dev@askiiart.net"
KEY_ID="02EFA1CE3C3E4AAD7A863AB8ED24985CA884CD61"
KEY_ID="CFCF6723A8ED791C5FD25CB5858969DCCC2E792D"
# Note: This waits until enter is pressed
# read -p "Press Enter to continue" < /dev/tty