From b6cb0cd766e798a54df9b072733d90b190375fd1 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 21 Jun 2021 17:27:10 +0900 Subject: [PATCH] create timeshift backup before starting --- setup.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index b499e70..284d972 100755 --- a/setup.sh +++ b/setup.sh @@ -71,7 +71,8 @@ yay_install() { backup() { dconf dump / > $SCRIPT_DIR/dconf.conf # copy /home/pomp directory - # make timeshift backup + # timeshift settings + sudo timeshift --create --comments "auto created by developomp setup script" } setup_essentials() { @@ -603,7 +604,7 @@ log "TESTING phase complete!" # this is not a hands-free operation blah blah run_install() { - : + install_essentials } pre_installation() { @@ -623,6 +624,4 @@ post_install() { echo "Defaults pwfeedback" } -# install_essentials - title "DONE"