This commit is contained in:
Stephan Raabe
2023-12-20 09:27:39 +01:00
parent 7b936dead7
commit 59a037c694
10 changed files with 75 additions and 20 deletions
-3
View File
@@ -33,8 +33,5 @@ if [[ $(_isFolderEmpty ~/dotfiles-versions/$version/) == 0 ]] ;then
echo "Execution of rsync -a -I --exclude-from=.install/excludes.txt . ~/dotfiles-versions/$version/ is required."
exit
fi
if [ ! -f ~/dotfiles-versions/hook.sh ]; then
# cp .install/templates/hook.sh ~/dotfiles-versions/
fi
echo "dotfiles $version successfully prepared in ~/dotfiles-versions/$version/"
echo ""