Add installation script #6

Merged
jakob.scheid merged 1 commits from feature/installation-script into main 2026-05-07 17:23:40 +02:00
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Installs the Git repo object sizes tool.
#
# Usage:
# ./install.sh [TARGET]
# Default for TARGET is /usr/local/bin/git-repo-object-sizes
curl https://repo.jcloud-services.ddns.net/software/git-repo-object-sizes/git-repo-object-sizes_latest_linux_amd64.tar.gz | tar -xzf - -O ./git-repo-object-sizes.sh > $target;