Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Jun 29, 2022
1 parent 48e03c9 commit b4060eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpeedTest/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WantedBy=multi-user.target
EOF

wget -qO /etc/speedtest/speedtest "https://raw.githubusercontent.com/MoeClub/Note/master/SpeedTest/build/linux_${arch}/speedtest"
wget --no-check-certificate --no-cache -4 -qO /etc/speedtest/speedtest "https://raw.githubusercontent.com/MoeClub/Note/master/SpeedTest/build/linux_${arch}/speedtest"

chmod -R 755 /etc/speedtest
cp -rf /etc/speedtest/speedtest.service /etc/systemd/system/
Expand Down

0 comments on commit b4060eb

Please sign in to comment.