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" }