install script: fix typo.

This commit is contained in:
Bradley M. Kuhn 2025-12-10 10:43:02 -08:00
parent 1e5a700ae0
commit ce13953994

View file

@ -13,7 +13,7 @@ fi
if [ ! -d $HOME/.config ]; then
mkdir $HOME/.config
fi
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
/bin/ln -sf `pwd`/xfce4/autostart $HOME/.config/autostart
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc