From 7dc8cf762787b25da3bfe8e1098e73c8cd4c58a9 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 26 Jul 2023 10:59:03 +0200 Subject: [PATCH] Update 'manjaro-plasma-wipe.sh' --- manjaro-plasma-wipe.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manjaro-plasma-wipe.sh b/manjaro-plasma-wipe.sh index bc27847..a148f53 100644 --- a/manjaro-plasma-wipe.sh +++ b/manjaro-plasma-wipe.sh @@ -31,9 +31,13 @@ echo ":: Restore Manjaro Default User Settings" echo "!----------------------------------------------------------------!" read -p "Press ENTER to restore Manjaro Default (Ctrl+c to cancel)" - -cp /etc/skel/.* $HOME -r +cd /etc/skel +cp .* -r $HOME +cd echo "Done!" +echo +read -p "Press ENTER to restart (Ctrl+c to cancel)" + secs=$((5)) while [ $secs -gt 0 ]; do echo -ne "Awaiting restart ... $secs\033[0K\r"