Merge branch 'main' into dev

This commit is contained in:
link 2022-01-26 10:46:43 +08:00 committed by GitHub
commit eb36c262db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
} }