From 873848f6d54e97a4b6cda53e80e8f4c97f48c50f Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 13 Apr 2024 22:39:10 -0500 Subject: [PATCH] (feat): Fixed update discord script --- update-discord.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 update-discord.sh diff --git a/update-discord.sh b/update-discord.sh old mode 100644 new mode 100755 index 3cb37d1..37347f6 --- a/update-discord.sh +++ b/update-discord.sh @@ -11,4 +11,4 @@ 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/;rm discord.tar.gz +tar -xvf discord.tar.gz -C /opt/discord.tar.gz