Add openssh as dependency
This commit is contained in:
parent
083929d68f
commit
ef47f7183e
2
init.sh
2
init.sh
@ -18,7 +18,7 @@ install_requirements() {
|
|||||||
apt-get update
|
apt-get update
|
||||||
fi
|
fi
|
||||||
apt-get upgrade -y
|
apt-get upgrade -y
|
||||||
apt-get install -y python screen wget
|
apt-get install -y python screen wget openssh
|
||||||
|
|
||||||
if ! command -v borgmatic 2>/dev/null || ! command -v borg 2>/dev/null; then
|
if ! command -v borgmatic 2>/dev/null || ! command -v borg 2>/dev/null; then
|
||||||
get_debs
|
get_debs
|
||||||
|
Loading…
Reference in New Issue
Block a user