1
0

docs: update dependency and sample config notes

This commit is contained in:
2026-04-26 01:36:02 +02:00
parent a08efd54c4
commit ba5a8c9397
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ showHelp() {
}
checkDependencies() {
local -a REQUIRED_CMDS=(ssh whiptail cat tee rm touch)
local -a REQUIRED_CMDS=(ssh whiptail cat tee rm touch mv)
local -a MISSING_CMDS=()
local CMD