From 60f1b8cb0a859022a3bd162ffa7994788a19cbc1 Mon Sep 17 00:00:00 2001 From: azlux Date: Tue, 4 Jun 2019 11:01:38 +0200 Subject: [PATCH] Hot Fix --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 1afb4eb..a06e1b3 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ curl -Lo /tmp/botamusique.tar.gz https://azlux.fr/botamusique/sources.tar.gz -tar -xzf /tmp/botamusique.tar.gz -C /tmp/botamusique +tar -xzf /tmp/botamusique.tar.gz -C /tmp/ cp -r /tmp/botamusique/* . rm -r /tmp/botamusique -rm -r /tmp/botamusique.tar.gz \ No newline at end of file +rm -r /tmp/botamusique.tar.gz