From 63231bcdaa421b02b70a8ee132294edafec2749d Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 20 May 2022 23:54:59 +0200 Subject: [PATCH] Fixed the myspeed beta installation --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 75114caa..5fbfa294 100755 --- a/install.sh +++ b/install.sh @@ -115,7 +115,8 @@ echo -e "$BLUEℹ Info: $NORMAL Download abgeschlossen. Entpacken läuft..." sleep 2 if [ "$1" == "--beta" ]; then unzip -qo development.zip - cp myspeed-*/* . + rm -R server client + mv myspeed-*/* . rm development.zip rm -R myspeed-development else