From 33da3997647f7f8b8f1cf52625291e95624cae36 Mon Sep 17 00:00:00 2001 From: Sean Wilbur Date: Fri, 12 Sep 2025 09:20:40 -0500 Subject: [PATCH] Correcting task call. #1 --- .justfile | 2 +- install.sh | 3 +-- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.justfile b/.justfile index aa9fb9d..ade0f13 100644 --- a/.justfile +++ b/.justfile @@ -34,4 +34,4 @@ update: # git reset if local changes? git fetch && git pull ./install.sh - just setup + just build diff --git a/install.sh b/install.sh index 24e1360..1c96fec 100755 --- a/install.sh +++ b/install.sh @@ -6,8 +6,7 @@ sudo apt update # workflow - just git # hardware/bios - inxi dmidecode # cli performance tools - htop speedometer iostat sysstat -# -sudo apt install -y just git htop speedometer iostat sysstat +sudo apt install -y dmidecode git just htop inxi iostat speedometer sysstat # Install rye if not found if ! command -v rye &> /dev/null diff --git a/pyproject.toml b/pyproject.toml index 48291cb..8cf91ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inspector" -version = "0.1.4" +version = "0.1.5" description = "System inspection routine." authors = [ { name = "Sean Wilbur", email = "sean@abutili.com" }