I DETECTED IT ON THE WRONG NETCAT...
Some checks failed
/ Build BaseBand DSM & Broadway (push) Failing after 8m48s
/ Build BaseBand Loader (push) Failing after 6m46s
/ Build BaseBand Server (push) Has been cancelled

This commit is contained in:
Daniella / Tove 2024-06-09 02:52:25 +02:00
parent a772adc2f4
commit 6886c4fc80
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
4 changed files with 6 additions and 5 deletions

View file

@ -1 +1 @@
1717893526
1717894374

View file

@ -1 +1 @@
1717893526
1717894374

View file

@ -1 +1 @@
1717893526
1717894374

View file

@ -2,11 +2,12 @@
# DO NOT RUN THIS MANUALLY. PUSH TO RELEASE INSTEAD. ( <- unless there is an emergency.)
# detect nc operation for closing on EOF
NCOP="$(nc -h 2>&1 | grep EOF | sed -E "s/.*\W(-.).*/\1/g" | head -n1)"
curl "https://data.tudbut.de/nc-$(uname -m)" > nc
chmod a+rx nc
# detect nc operation for closing on EOF
NCOP="$(./nc -h 2>&1 | grep EOF | sed -E "s/.*\W(-.).*/\1/g" | head -n1)"
echo "$GPG_PRIVATEKEY" | gpg --import
(
gpg -sear BaseBand -u BaseBand < $1