From 424659301f0de2d4fc455b28cade2478514e795f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 23 Jun 2023 11:19:44 -0400 Subject: [PATCH] Fix install header again --- build/package/deb/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package/deb/debian/postinst b/build/package/deb/debian/postinst index afca462c7d..59b7e74996 100755 --- a/build/package/deb/debian/postinst +++ b/build/package/deb/debian/postinst @@ -10,7 +10,7 @@ fi if [ "$1" = "configure" ]; then echo " _ _ _ _ " echo " | |_ __ _ ___| |_ __ _| |_(_) ___ _ __ ___ ___ _ ____ _____ _ __ " - echo " | __/ _` / __| __/ _` | __| |/ _ \\| '_ \\ _____/ __|/ _ \\ '__\\ \\ / / _ \\ '__|" + echo " | __/ _\` / __| __/ _\` | __| |/ _ \\| '_ \\ _____/ __|/ _ \\ '__\\ \\ / / _ \\ '__|" echo " | || (_| \\__ \\ || (_| | |_| | (_) | | | |_____\\__ \\ __/ | \\ V / __/ | " echo " \\__\\__, |___/\\__\\__,_|\\__|_|\\___/|_| |_| |___/\\___|_| \\_/ \\___|_| " echo " |___/ "