added post install messages
This commit is contained in:
parent
0d3d4a6eac
commit
8e297ade00
1 changed files with 14 additions and 13 deletions
27
setup.sh
27
setup.sh
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue