From 0f04e1831a2721c80a5a011d9a861f6f09427cb3 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 23 Apr 2025 20:41:49 +0200 Subject: [PATCH] Discord updating --- bin/update_discord | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/update_discord diff --git a/bin/update_discord b/bin/update_discord new file mode 100755 index 0000000..2ff0f80 --- /dev/null +++ b/bin/update_discord @@ -0,0 +1,3 @@ +#!/bin/bash +wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb +sudo dpkg -i discord.deb