Correcting task call. #1
This commit is contained in:
parent
97792b4b57
commit
33da399764
@ -34,4 +34,4 @@ update:
|
||||
# git reset if local changes?
|
||||
git fetch && git pull
|
||||
./install.sh
|
||||
just setup
|
||||
just build
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user