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