OpenVoiceOS / raspOVOS

Run ovos ontop of RaspberryPiOS
MIT License
39 stars 15 forks source link

scp fails due to shell response #111

Closed mikejgray closed 11 months ago

mikejgray commented 11 months ago

scp gives an error: "Received message too long"

The easiest solution is adding a single line to the top of ~/.bashrc:

[[ $- == *i* ]] || return
mikejgray commented 11 months ago

Ha, someone's fixed it since I installed this :) I'll close