Update 'Readme.md'

master
Steffen Pohle 4 years ago
parent 62896e50f3
commit 98ef33ea8e

@ -1,6 +1,13 @@
# apt-offline2bat.sh # 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 # Usage of apt-offline

Loading…
Cancel
Save