From c7d0c8085b4b09d6c6a1bde69c7f2d767e3fd670 Mon Sep 17 00:00:00 2001 From: Botspot Date: Fri, 30 Oct 2020 17:15:48 -0500 Subject: [PATCH] fix discord filename changed --- apps/Discord/install-32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Discord/install-32 b/apps/Discord/install-32 index 6b49a5c..b3ea742 100755 --- a/apps/Discord/install-32 +++ b/apps/Discord/install-32 @@ -15,8 +15,8 @@ cd ~/discord-electron || error "Failed to enter discord-electron folder!" #Download from github wget https://github.com/SpacingBat3/electron-discord-webapp/releases/download/v0.1.4/electron-discord-webapp-0.1.4-armv7l.tar.gz || error 'Failed to download archive!' -tar -xf linux-armv7l.tar.gz --strip 1 || error 'Failed to extract archive!' -rm -f linux-armv7l.tar.gz +tar -xf electron-discord-webapp-0.1.4-armv7l.tar.gz --strip 1 || error 'Failed to extract archive!' +rm -f electron-discord-webapp-0.1.4-armv7l.tar.gz cd $HOME