OpenVoiceOS / raspOVOS

Run ovos ontop of RaspberryPiOS
MIT License
36 stars 13 forks source link

scp fails due to shell response #111

Closed mikejgray closed 9 months ago

mikejgray commented 9 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 9 months ago

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