mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-20 04:58:35 -05:00
Updated the linux setup documentation
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user