Adds a symlink to update and make it curlable installable
This commit is contained in:
1
install.sh
Symbolic link
1
install.sh
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
update.sh
|
||||||
11
update.sh
11
update.sh
@@ -260,4 +260,13 @@ function update_repos() {
|
|||||||
run_git submodule update
|
run_git submodule update
|
||||||
}
|
}
|
||||||
|
|
||||||
update_home
|
if [ ! -d "$HOME/.home" ]
|
||||||
|
then
|
||||||
|
echo "--- cloning git.tuleu.science:atuleu/home.git in $HOME/.home"
|
||||||
|
pushd $HOME 1>/dev/null
|
||||||
|
run_git clone https://git.tuleu.science/atuleu/home.git .home
|
||||||
|
.home/update.sh "$@"
|
||||||
|
popd 1>/dev/null
|
||||||
|
else
|
||||||
|
update_home
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user