I have xfce manjaro running on my rpi4,
all on the testing branch and updated working ok, other than issues when I try to use scp or ssh-copy-id from another client to the rpi4 I get a message saying bash: line 1: scp: command not found.
My .bashrc looks like this
If not running interactively, don’t do anything
[[ $- != i ]] && return
alias ls=‘ls --color=auto’
PS1=’[\u@\h \W]$ ’
export PATH="$PATH;~/bin/"
export PATH="/opt/vc/bin:$PATH"
export PATH="$PATH:$HOME/go/bin"
, the commands are in scp: /usr/bin/scp & ssh-copy-id: /usr/bin/ssh-copy-id
I know scp and ssh-copy-id works from the rpi4 to another linux host but not vice versa