diff --git a/shell/assist.sh b/shell/assist.sh index 0a57a87..c156aa5 100644 --- a/shell/assist.sh +++ b/shell/assist.sh @@ -10,7 +10,9 @@ version_0_2_3() { } # add in v0.2.5 + readonly CASA_DEPANDS="curl smartmontools parted fdisk partprobe" + version_0_2_5() { install_depends "$CASA_DEPANDS" }