Skip to content

Commit

Permalink
add ssh as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 3, 2022
1 parent 6754990 commit 6949c38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"samba-common-bin",
"sudo",
"util-linux",
"perl"
"perl",
"openssh-client"
]
},
"el": {
Expand All @@ -52,7 +53,8 @@
"sudo",
"util-linux",
"util-linux-user",
"perl"
"perl",
"openssh"
]
}
},
Expand Down

0 comments on commit 6949c38

Please sign in to comment.