zerog

[archived] simple Parabola GNU/Linux post-install script
git clone git://git.hanetzok.net/zerog
Log | Files | Refs | README | LICENSE

commit 13901c139b99f8a448120e53d60cc43d338761cb
parent 99e738044a789aaa5c73e0ffa584eb21c9f21559
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Tue,  9 Aug 2022 11:00:13 +0200

Add final message after finishing script

Diffstat:
Mzerog | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/zerog b/zerog @@ -86,7 +86,7 @@ follow_up() { ### SCRIPT ### -printf "###########################\n########## ZEROG ##########\n###########\ +printf "###########################\n########## ZEROG ##########\n###########\ ################\n" prepare || error "Please make sure that you have a working internet connection\ @@ -98,4 +98,11 @@ get_dotfiles || error "Could not install dotfiles" suckless || error "Could not install suckless programs" +install_libxft-bgra || error "Could not install libxft-bgra" + follow_up || error "Follow up function failed" + +printf "###########################\n########## ZEROG ##########\n###########\ +################\nZEROG flight finished. Log in again and run 'startx' to start + your new system\nIf you liked this script, want to report bugs/issues or \ +contribute to it, let me know via mail <zerog@cybvik.xyz>\n"