From d4f83c41d98e3900ac949df3d8c02ffdcd3e2873 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 14 Dec 2023 20:32:08 +0100 Subject: [PATCH] Add backup note --- .install/confirm-start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/confirm-start.sh b/.install/confirm-start.sh index a11daa6..5a33bfb 100644 --- a/.install/confirm-start.sh +++ b/.install/confirm-start.sh @@ -4,6 +4,7 @@ echo "IMPORTANT: Please make sure that your system and your packages are up to date." echo "You can cancel the installation at any time with CMD + C" +echo "If you have already installed a window manager like sway, please backup your .config folder." SCRIPT=$(realpath "$0") SCRIPTPATH=$(dirname "$SCRIPT") if [ $SCRIPTPATH = "/home/$USER/dotfiles" ]; then