From 50f924ed65db47ff1edabfe39f3e5f2db2a9cad4 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Wed, 21 Jun 2023 18:42:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emake-debian-look-like-ubuntu.sh?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make-debian-look-like-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-debian-look-like-ubuntu.sh b/make-debian-look-like-ubuntu.sh index ec1ebc6..1283d69 100644 --- a/make-debian-look-like-ubuntu.sh +++ b/make-debian-look-like-ubuntu.sh @@ -94,7 +94,7 @@ message "Welcome to ${GREEN}make-debian-look-like-ubuntu${ENDCOLOR}!" message "" message "This script makes a fresh Debian-Gnome installation to look like" message "an Ubuntu Gnome installation. Settings are applied for the user" -message "running this script ($USER)". +message "running this script (${YELLOW}${USER}${ENDCOLOR})". message "" message "Your user has to be in the 'sudo' group." message "If not, the script will guide you."