Skip to content

Commit 2966c88

Browse files
committed
little fix
1 parent 1d7784b commit 2966c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/YunMQTTInstall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void YunMQTTInstall() {
3030
sendCommand("Install python SSL support", "opkg install python-openssl");
3131
sendCommand("Install 'pip'", "easy_install pip");
3232
sendCommand("Install 'paho-mqtt'", "pip install paho-mqtt");
33-
sendCommand("Download script", "wget https://raw.githubusercontent.com/256dpi/arduino-mqtt/yun-client/yun/client.py --no-check-certificate -o /usr/client.py");
33+
sendCommand("Download script", "wget https://raw.githubusercontent.com/256dpi/arduino-mqtt/yun-client/yun/client.py --no-check-certificate -O /usr/client.py");
3434

3535
Serial.println("Installation finished!");
3636
}

0 commit comments

Comments
 (0)