Skip to content
Snippets Groups Projects
Commit ab2102dc authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

chore: minimize debian-based styles' system requirements

Change-Id: I903e45948da2f5720d12eb1a2ed695f1900c3598
parent 2670cc04
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ prerequisites=( ...@@ -32,7 +32,7 @@ prerequisites=(
"python3-yaml" "python3-yaml"
"python-is-python3" "python-is-python3"
"rsync" "rsync"
"ssh" "openssh-client"
"sudo" "sudo"
"udev" "udev"
"unzip" "unzip"
...@@ -40,4 +40,4 @@ prerequisites=( ...@@ -40,4 +40,4 @@ prerequisites=(
) )
apt-get update apt-get update
apt-get install -o DPkg::Options::=--force-confold -y "${prerequisites[@]}" apt-get install -o DPkg::Options::=--force-confold --no-install-recommends -y "${prerequisites[@]}"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment