From 193bfc309e44767d5c59972144d9d2a6d78696c8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 7 Feb 2023 15:48:59 +0100 Subject: [PATCH] change color and message in quickinst --- usr/bin/archboot-restore-usbstick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-restore-usbstick.sh b/usr/bin/archboot-restore-usbstick.sh index c5eb7dc79..5e330c40f 100755 --- a/usr/bin/archboot-restore-usbstick.sh +++ b/usr/bin/archboot-restore-usbstick.sh @@ -8,7 +8,7 @@ _APPNAME=$(basename "${0}") _usage() { - echo -e "\033[1mWelcome to \033[34marchboot's\033[0m \033[1mRESTORE USB STICK:\033[0m" + echo -e "\033[1mWelcome to \033[36mARCHBOOT\033[0m \033[1m- RESTORE USB STICK:\033[0m" echo -e "\033[1m----------------------------------------\033[0m" echo -e "This script restores an USB device to a \033[1mFAT32\033[0m device." echo -e "\033[91mWARNING: ALL DATA WILL BE LOST ON THE DEVICE! \033[0m"