mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-27 15:48:37 -06:00
Fixed the myspeed beta installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user