commit a74a4ce68b155305d623144e5f5245e5b9b25259 Author: David M. Klein Date: Thu Oct 9 13:26:58 2025 +0200 Dateien nach "howdy-fix" hochladen diff --git a/howdy-fix/howdy-fix.sh b/howdy-fix/howdy-fix.sh new file mode 100644 index 0000000..838e041 --- /dev/null +++ b/howdy-fix/howdy-fix.sh @@ -0,0 +1,4 @@ +# !bin/bash + +sudo cp libfmt.so.11.2.0 /usr/lib +sudo ln -s /usr/lib/libfmt.so.11.2.0 /usr/lib/libfmt.so.11 \ No newline at end of file diff --git a/howdy-fix/libfmt.so.11.2.0 b/howdy-fix/libfmt.so.11.2.0 new file mode 100644 index 0000000..2279185 Binary files /dev/null and b/howdy-fix/libfmt.so.11.2.0 differ