Substitute GNUism
@ -16,4 +16,4 @@ CONFIGDIR=$XDG_CONFIG_HOME/cava
if [ -z "$XDG_CONFIG_HOME" ]; then CONFIGDIR=$HOME/.config/cava; fi
mkdir -p "$CONFIGDIR"
cp -n example_files/config "$CONFIGDIR"/config
[ -f "$CONFIGDIR"/config ] || cp example_files/config "$CONFIGDIR"/config