This commit is contained in:
Stephan Raabe
2024-01-25 20:55:32 +01:00
parent 2de300120e
commit a812d7b144
9 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if [[ ! $(tty) == *"pts"* ]] && [ -d ~/dotfiles ]; then
echo ""
else
if [ -d ~/dotfiles ]; then
echo "The script will overwrite existing files but will not remove additional files or folders of your custom configuration."
echo "The script will overwrite existing files but will not remove additional files or folders from your custom configuration."
fi
fi
if [ ! -d ~/dotfiles ]; then