From 2a8b86fcd2096e8d44679ae426f4caa858fff255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 19:55:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bf8c20d..5b83e71 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,8 @@ #!/bin/bash - +echo checking if Zip is installed +apt-get install zip -y +yum install zip -y +apk add zip cd /opt/ echo "#!/bin/bash" > zip_folder_daily.sh echo "#Enter the directory to be zipped (e.g., /path/to/folder)" >> zip_folder_daily.sh