Updated the linux setup documentation

This commit is contained in:
Mathias
2022-08-09 01:15:14 +02:00
parent 56d2531cf5
commit 0c47a13115
+1 -1
View File
@@ -39,7 +39,7 @@ sudo apt-get install nodejs -y #(2)
mkdir /opt/myspeed && cd /opt/myspeed #(3)
wget $(curl -s https://api.github.com/repos/gnmyt/myspeed/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep -m1 "") #(4)
wget $(curl -s https://api.github.com/repos/gnmyt/myspeed/releases/latest | grep browser_download_url | cut -d '"' -f 4) #(4)
unzip MySpeed-*.zip && rm MySpeed-*.zip #(5)