Correcting task call. #1

This commit is contained in:
Sean Wilbur 2025-09-12 09:20:40 -05:00
parent 97792b4b57
commit 33da399764
3 changed files with 3 additions and 4 deletions

View File

@ -34,4 +34,4 @@ update:
# git reset if local changes? # git reset if local changes?
git fetch && git pull git fetch && git pull
./install.sh ./install.sh
just setup just build

View File

@ -6,8 +6,7 @@ sudo apt update
# workflow - just git # workflow - just git
# hardware/bios - inxi dmidecode # hardware/bios - inxi dmidecode
# cli performance tools - htop speedometer iostat sysstat # cli performance tools - htop speedometer iostat sysstat
# sudo apt install -y dmidecode git just htop inxi iostat speedometer sysstat
sudo apt install -y just git htop speedometer iostat sysstat
# Install rye if not found # Install rye if not found
if ! command -v rye &> /dev/null if ! command -v rye &> /dev/null

View File

@ -1,6 +1,6 @@
[project] [project]
name = "inspector" name = "inspector"
version = "0.1.4" version = "0.1.5"
description = "System inspection routine." description = "System inspection routine."
authors = [ authors = [
{ name = "Sean Wilbur", email = "sean@abutili.com" } { name = "Sean Wilbur", email = "sean@abutili.com" }