Browse Source

Merge branch 'main' into dev

link 3 years ago
parent
commit
eb36c262db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      shell/assist.sh

+ 2 - 0
shell/assist.sh

@@ -10,7 +10,9 @@ version_0_2_3() {
 }
 }
 
 
 # add in v0.2.5
 # add in v0.2.5
+
 readonly CASA_DEPANDS="curl smartmontools parted fdisk partprobe"
 readonly CASA_DEPANDS="curl smartmontools parted fdisk partprobe"
+
 version_0_2_5() {
 version_0_2_5() {
   install_depends "$CASA_DEPANDS"
   install_depends "$CASA_DEPANDS"
 }
 }