1
0
Fork 0

Add pubkeys to SCM

This commit is contained in:
Nexus 2024-08-30 15:51:00 +01:00
parent 2944e5489e
commit 4d9c95a34e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
**/.git
.ssh/id
.ssh/id*
!.ssh/id_*.pub

5
bin/speedtest Executable file
View file

@ -0,0 +1,5 @@
#!/bin/env bash
set -e
URL=$(python3 -c 'print(__import__("random").choice(("https://mirror.lon.macarne.com/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso", "https://releases.ubuntu.com/noble/ubuntu-24.04-desktop-amd64.iso", "https://ask4.mm.fcix.net/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso")), end="")')
curl -o /dev/null "$URL"