Browse Source

Remove white spaces

master
Luke Murphy 4 years ago
parent
commit
6ef9eb36fd
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 12
      bibliotecha.sh

12
bibliotecha.sh

@ -9,8 +9,8 @@
# Digital books need libraries too # Digital books need libraries too
# #
# This install script is intended for use with Debian based # This install script is intended for use with Debian based
# distributions. More specifically, Debian Buster, which is # distributions. More specifically, Debian Buster, which is
# currently the latest distribution release from the Debian # currently the latest distribution release from the Debian
# project. # project.
# #
# License # License
@ -62,7 +62,7 @@ function show_bibliotecha_banner {
echo "" echo ""
echo " ____ _ _ _ _ _ _ " echo " ____ _ _ _ _ _ _ "
echo " | _ \(_) | | (_) | | | |" echo " | _ \(_) | | (_) | | | |"
echo " | |_) |_| |__ | |_ ___ | |_ ___ ___| |__ __ _ " echo " | |_) |_| |__ | |_ ___ | |_ ___ ___| |__ __ _ "
echo " | _ <| | '_ \| | |/ _ \| __/ _ \/ __| '_ \ / _' |" echo " | _ <| | '_ \| | |/ _ \| __/ _ \/ __| '_ \ / _' |"
echo " | |_) | | |_) | | | (_) | || __/ (__| | | | (_| |" echo " | |_) | | |_) | | | (_) | || __/ (__| | | | (_| |"
echo " |____/|_|_.__/|_|_|\___/ \__\___|\___|_| |_|\__,_|" echo " |____/|_|_.__/|_|_|\___/ \__\___|\___|_| |_|\__,_|"
@ -97,7 +97,7 @@ function show_introduction_text {
} }
function ensure_buster_based_distribution { function ensure_buster_based_distribution {
echo "Checking distribution ..." echo "Checking distribution ..."
local installing_on_buster_based=1 local installing_on_buster_based=1
@ -375,7 +375,7 @@ function install_new_motd {
echo "" echo ""
echo " ____ _ _ _ _ _ _ " echo " ____ _ _ _ _ _ _ "
echo " | _ \(_) | | (_) | | | |" echo " | _ \(_) | | (_) | | | |"
echo " | |_) |_| |__ | |_ ___ | |_ ___ ___| |__ __ _ " echo " | |_) |_| |__ | |_ ___ | |_ ___ ___| |__ __ _ "
echo " | _ <| | '_ \| | |/ _ \| __/ _ \/ __| '_ \ / _' |" echo " | _ <| | '_ \| | |/ _ \| __/ _ \/ __| '_ \ / _' |"
echo " | |_) | | |_) | | | (_) | || __/ (__| | | | (_| |" echo " | |_) | | |_) | | | (_) | || __/ (__| | | | (_| |"
echo " |____/|_|_.__/|_|_|\___/ \__\___|\___|_| |_|\__,_|" echo " |____/|_|_.__/|_|_|\___/ \__\___|\___|_| |_|\__,_|"
@ -425,4 +425,4 @@ function run_installation {
} }
run_installation run_installation
exit 0 exit 0

Loading…
Cancel
Save