Added todos and syncthing call

master
Toerd@iArch 6 years ago
parent e6b540224d
commit b128e9c2f5

@ -161,7 +161,7 @@ no_beep() {
} }
ready_steady_go() { 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() { uncom() {
@ -222,6 +222,8 @@ set_system_stuff() {
add_pacman_hooks add_pacman_hooks
add_xorg_conf add_xorg_conf
set_git_config 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 echo "Leave system stuff\n\n" >> $logfile
} }
# ACTUAL ROUTINE # ACTUAL ROUTINE

Loading…
Cancel
Save