From ef5fe8de0a5c0523acf547d71ae595b608233508 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Dec 2023 23:11:33 -0300 Subject: Fix: nextcloud-dl: remove sha256 file after unpacking --- nextcloud-dl | 1 + 1 file changed, 1 insertion(+) (limited to 'nextcloud-dl') 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 -- cgit v1.2.3