From fa819f5a964bb11fa8d4fe76fe974f2bffe95fdd Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 25 Apr 2024 19:58:18 -0500 Subject: [PATCH] (feat): Added line to remove the .tar --- update-discord.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-discord.sh b/update-discord.sh index 8274c90..1aaa2d5 100755 --- a/update-discord.sh +++ b/update-discord.sh @@ -12,3 +12,5 @@ wget "https://discord.com/api/download?platform=linux&format=tar.gz" -O discord. # Extract files to /opt directory tar -xvf discord.tar.gz -C /opt/Discord + +rm -rf discord.tar.gz