diff --git a/Readme.md b/Readme.md index c9e9765..e18916a 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ This script is used to creat an batch script for downloading all needed files an Apt-Offline is an offline download helper to updateing debian based linux distributions. It should be possible to install apt-offline via `apt install apt-offline`. -# Update packages database +## Update packages database The following two commands will create at first the `apt-offline.sig` file and at second the `apt-offline.bat` file to be run on the windows mashine. @@ -17,7 +17,7 @@ After the `bundle.zip` file is created and copied to the offline linux system, y apt-offline install bundle.zip -# Update the system +## Update the system We create again the `apt-offline.sig` file and `apt-offline.cmd` file to download the needed data. If only an upgrade is needed, change the upgrade-type to upgrade. @@ -29,7 +29,7 @@ Run the batch script and copy the `bundle.zip` file to the offline system. After apt-offline install bundle.zip apt dist-upgrade -# Install packages +## Install packages Run the commands.