'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 51s

This commit is contained in:
Your Name
2025-06-16 22:39:05 +12:00
parent b33be13764
commit 5275f02ee3
11 changed files with 74 additions and 70 deletions

View File

@ -6,15 +6,15 @@ set -euo pipefail
echo "Installing whatsdirty"
if ! command -v dropshell-tool ; then
if ! command -v getpkg ; then
ARCH=$(uname -m)
wget "https://getbin.xyz/dropshell-tool:latest-${ARCH}" -O bootstrap && chmod a+x bootstrap
./bootstrap install dropshell-tool
wget "https://getbin.xyz/getpkg:latest-${ARCH}" -O bootstrap && chmod a+x bootstrap
./bootstrap install getpkg
rm ./bootstrap
VERSION=$(dropshell-tool version)
VERSION=$(getpkg version)
echo "Dropshell tool $VERSION installed"
fi
dropshell-tool install whatsdirty
getpkg install whatsdirty