Correcting task call. #1
This commit is contained in:
parent
97792b4b57
commit
33da399764
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user