diff options
-rwxr-xr-x | nextcloud-dl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud-dl b/nextcloud-dl index 94cb931..e096751 100755 --- a/nextcloud-dl +++ b/nextcloud-dl @@ -41,6 +41,7 @@ sha256sum -c nextcloud-$VERSION.tar.bz2.sha256 || exit -1 # Remove package rm nextcloud-$VERSION.tar.bz2 +rm nextcloud-$VERSION.tar.bz2.sha256 # Sync configuration and data chown -R root. nextcloud-$VERSION |