From a1968467dec2b96e2e5a1a34b801d4a1e4889ae4 Mon Sep 17 00:00:00 2001 From: urpylka Date: Sat, 10 Mar 2018 18:03:49 +0400 Subject: [PATCH] Add: zip & unzip to install Signed-off-by: urpylka --- image/apps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/apps.sh b/image/apps.sh index d4352baf..d9e014ac 100755 --- a/image/apps.sh +++ b/image/apps.sh @@ -18,6 +18,8 @@ apt-get update echo -e "\033[0;31m\033[1m$(date) | #2 Install programs\033[0m\033[0m" apt-get install --no-install-recommends -y \ + unzip \ + zip \ ipython \ screen \ byobu \