make the termux Makefile update to the new ssh config location
This commit is contained in:
parent
a9a92371dd
commit
6de18e3c81
|
@ -49,7 +49,7 @@ termux-pkgs:
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
ln -sf $(CURDIR)/../../../.config ~/.config
|
ln -sf $(CURDIR)/../../../.config ~/.config
|
||||||
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
|
ln -sf $(CURDIR)/../../../.config/ssh/config ~/.ssh/config
|
||||||
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||||
ln -sf ~/.config/bash/profile ~/.bash_profile
|
ln -sf ~/.config/bash/profile ~/.bash_profile
|
||||||
mkdir -p ~/.local/share
|
mkdir -p ~/.local/share
|
||||||
|
|
Loading…
Reference in New Issue