From b128e9c2f5f6fcd8ff88ec24df8d760e8857f59b Mon Sep 17 00:00:00 2001 From: "Toerd@iArch" Date: Sat, 24 Nov 2018 14:56:23 +0100 Subject: [PATCH] Added todos and syncthing call --- fresh.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fresh.sh b/fresh.sh index 39e939f..4e153df 100755 --- a/fresh.sh +++ b/fresh.sh @@ -161,7 +161,7 @@ no_beep() { } ready_steady_go() { - dialog --title "WE ARE DONE" --msgbox "The installation is complete\n\n#fingerscrossed everything worked :D" 0 0 ; + dialog --title "WE ARE DONE" --msgbox "The installation is complete\n\n#fingerscrossed everything worked :D\n\nTODOs\n\n- Move syncthing keys into .config\n" 0 0 ; } uncom() { @@ -222,6 +222,8 @@ set_system_stuff() { add_pacman_hooks add_xorg_conf set_git_config + #link syncthing config and move certs + sudo -u $uname /home/$uname/.dotfiles/syncthing/link-confs.sh echo "Leave system stuff\n\n" >> $logfile } # ACTUAL ROUTINE