From 7e8df0108eb93c0ca63baa396c7ebadada5931bd Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 19 Mar 2026 18:55:25 +1300 Subject: some licenses and whatnot i donteven know --- run-docker.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'run-docker.sh') diff --git a/run-docker.sh b/run-docker.sh index f4093d2..bafba09 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -1,6 +1,9 @@ #!/bin/sh -echo "installing binfmt hooks because alarm is bad and it keeps breaking on reboot" +# Copyright (c) 2026 Arslaan Pathan +# This software is licensed under the ARPL. See LICENSE for details. + +echo "installing binfmt hooks because ALARM is bad and it keeps breaking on reboot" echo -1 | sudo tee /proc/sys/fs/binfmt_misc/qemu-x86_64 docker run --privileged --rm tonistiigi/binfmt --install amd64 -- cgit v1.2.3