Missing Dependency Checks #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Script should tell the user to run (curl -s http://10.10.10.63:3000/LotusGuild/freshStartScript/raw/branch/main/freshStart.sh | bash) if dependencies are missing
No checks for required commands
sudo smartctl -A -i -H /dev/$device 2>/dev/null
lspci 2>/dev/null
ceph-volume lvm list 2>/dev/null
Issue: Script will fail silently or show cryptic errors if smartctl, lspci, ceph, or bc are not installed.