remove not needed cleanup

This commit is contained in:
Tobias Powalowski 2022-01-17 08:52:33 +01:00
parent f19e5163af
commit 19e0595e95

View file

@ -69,7 +69,6 @@ chgrp -R "${_GROUP}" "${_DIRECTORY}"
cd "${_DIRECTORY}"
# remove sha256sum and install image
rm sha256sum.txt
rm ArchLinuxARM-aarch64-latest.tar.gz
# sign files and create new sha256sum.txt
for i in *; do
[[ -f "${i}" ]] && sudo -u "${_USER}" gpg ${_GPG} "${i}"