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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.