From 254e7834b72b32ab09c685497f6d130a5445d318 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Fri, 1 Dec 2023 12:47:29 -0600 Subject: [PATCH] corrected wget dep to curl --- install-discord-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-discord-linux.sh b/install-discord-linux.sh index 6b29c56..1fd34f0 100755 --- a/install-discord-linux.sh +++ b/install-discord-linux.sh @@ -37,7 +37,7 @@ # Dependencies # # ################ # # # -# 1) wget # +# 1) curl # # 2) bash (of course) # # # ######################################################################################