hopefully fixed install script

This commit is contained in:
Daniel Sommer 2022-09-21 14:18:15 +02:00
parent 1b9409742c
commit 2954b4c799

View file

@ -29,8 +29,7 @@ git config --global credential.helper store
printf "> cloning git repository...\n"
git clone "https://git.velvettear.de/velvettear/termux.git" "$HOME/tmp"
find "$HOME/tmp" -type d -not -wholename "$HOME/tmp" -exec mv -f '{}' "$HOME" \;
find "$HOME/tmp" -type d -not -wholename "$HOME/tmp" -exec mv -f '{}' "$HOME" \;
find "$HOME/tmp" -not -wholename "$HOME/tmp" -exec mv -f '{}' "$HOME" \;
rm -rf "$HOME/tmp"
printf "> initializing submodule(s)...\n"