1
0
Fork 0

added post install messages

This commit is contained in:
Kim, Jimin 2021-06-21 17:41:21 +09:00
parent 0d3d4a6eac
commit 8e297ade00

View file

@ -604,20 +604,21 @@ echo
log "TESTING phase complete!" log "TESTING phase complete!"
# #################### [ MAIN ] #################### # #################### [ MAIN ] ####################
# this is not a hands-free operation blah blah
run_install() { title "MAIN"
install_essentials
}
post_install() { log "installing..."
echo "login firefox & vscode" # install_essentials
echo "restore onetab"
echo "reboot using poweroff"
echo "gnome korean keyboard" # #################### [ DONE ] ####################
echo "sign into vscode" # print some info after installation
echo "EDITOR=vim sudo visudo"
echo "Defaults pwfeedback"
}
title "DONE" title "DONE"
log_no_label "installation complete!"
echo
log_no_label "now:"
log_no_label "- sign in to firefox & vscode"
log_no_label "- restore onetab"
log_no_label "- setup korean keyboard"