Such a 'cold' (not live) upgrade also protects against some types of security breaches.
If you already know how to patch then please proceed towards available patchfiles.
You must also have or obtain right now:
gpg --import tails-signing.key .You will:
export UPDTAILS_IMAGE_TYPE=iso # replace 'iso' with 'img' if you want to update an IMG fileexport Tails_PREVIOUS_VERSION=7.0 # replace '7.0' by the version number of the image file you already haveexport Tails_VERSION=7.1 # replace '7.1' by the version number of the newest published versionwget --continue http://makarevitch.com/Tails/upd_xdelta/tails-amd64-${Tails_PREVIOUS_VERSION}.${UPDTAILS_IMAGE_TYPE}_to_${Tails_VERSION}.xdelta3 # download the pertinent patchfile. If the file doesn't exist then there is no available patchfile for you, sorry.wget --continue https://tails.net/torrents/files/tails-amd64-${Tails_VERSION}.${UPDTAILS_IMAGE_TYPE}.sig # download the official GPG sealxdelta3 -d -stails-amd64-${Tails_PREVIOUS_VERSION}.${UPDTAILS_IMAGE_TYPE} tails-amd64-${Tails_PREVIOUS_VERSION}.${UPDTAILS_IMAGE_TYPE}_to_${Tails_VERSION}.xdelta3 tails-amd64-${Tails_VERSION}.${UPDTAILS_IMAGE_TYPE} # use the patchfile to create the new up-to-date file, it will NOT modify nor delete any existing filegpg --verify tails-amd64-${Tails_VERSION}.${UPDTAILS_IMAGE_TYPE}.sig # check the new image fileIf there was no problem then the old Tails image and the xdelta file are now useless, you may delete them.
To transmute an 'iso' file into the corresponding 'img' file use 'tails-amd64-7.1.iso_to_7.1.img.xdelta3' .