From 98ef33ea8e234325abfd93a226be714f9feb1a74 Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Mon, 28 Feb 2022 21:49:20 +0100 Subject: [PATCH] Update 'Readme.md' --- Readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ff4f92e..7fd5f6b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,13 @@ # apt-offline2bat.sh -This script is used to creat an batch script for downloading all needed files and packages needed by **apt-offline**. The created batch script will need curl and zip to be installed on windows. +This script is used to creat an batch script for downloading all needed files and packages needed by **apt-offline**. The created batch script will need curl and zip to be installed on windows. + +As curl is mandatory for the script, zip is not. It is possible to edit the created batch script and delete the last four lines of the script. You can compress the files with the application of your choice. + + zip ..\bundle.zip * + cd .. + del bundle\*.* /Q + rmdir bundle # Usage of apt-offline