install script: fix typo.
This commit is contained in:
parent
1e5a700ae0
commit
ce13953994
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ fi
|
||||||
if [ ! -d $HOME/.config ]; then
|
if [ ! -d $HOME/.config ]; then
|
||||||
mkdir $HOME/.config
|
mkdir $HOME/.config
|
||||||
fi
|
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
|
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue