(feat): Fixed update discord script

This commit is contained in:
Blake Ridgway 2024-04-13 22:39:10 -05:00
parent 3663e6a06b
commit 873848f6d5

2
update-discord.sh Normal file → Executable file
View file

@ -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